@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())
{!! __('Kabul Ediyorum :terms_of_service ve :privacy_policy', [ 'terms_of_service' => ''.__('Hizmet Şartları').'', 'privacy_policy' => ''.__('Gizlilik Politikası').'', ]) !!}
@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