@if ($showUserForm)
@csrf
@if(module_enabled('Subdomain'))
@php $domain = function_exists('getDomain') ? getDomain() : $_SERVER['SERVER_NAME']; @endphp
@endif
{{ __('Next: Branch Details') }}
@endif @if ($showBranchForm)
@csrf

@lang('modules.restaurant.restaurantBranchDetails')

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