@if ($showUserForm)
@csrf

@lang('auth.createAccountSignup', ['appName' => global_setting()->name])

@includeIf('subdomain::include.register-subdomain')
@if (Laravel\Jetstream\Jetstream::hasTermsAndPrivacyPolicyFeature())
{!! __('I agree to the :terms_of_service and :privacy_policy', [ 'terms_of_service' => '' . __('Terms of Service') . '', 'privacy_policy' => '' . __('Privacy Policy') . '', ]) !!}
@endif
@lang('auth.alreadyRegisteredLoginHere') @lang('modules.restaurant.nextBranchDetails')
@endif @if ($showBranchForm)
@csrf

@lang('modules.restaurant.restaurantBranchDetails')

@foreach ($countries as $item) @endforeach
{{-- @dump($country) --}}
@php($target = 'submitForm2') {{ __('auth.signup') }}
@endif