@if ($showUserForm)
@csrf

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

@if(module_enabled('Subdomain'))
@php $domain = function_exists('getDomain') ? getDomain() : $_SERVER['SERVER_NAME']; @endphp
@endif
@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
@php($target = 'submitForm2') {{ __('auth.signup') }}
@endif