@if ($showUserForm)
@csrf
@includeIf('subdomain::super-admin.restaurant.subdomain-field')
{{ __('modules.restaurant.nextBranchDetails') }}
@endif @if ($showBranchForm)
@csrf

@lang('modules.restaurant.restaurantBranchDetails')

@foreach ($countries as $item) @endforeach
@lang('app.save')
@endif