@if ($showUserForm)
@csrf

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

@includeIf('subdomain::include.register-subdomain')
@if($phoneCodeDetected && $restaurantPhoneCode)
🌍 @lang('messages.phoneCodeDetected', ['code' => '+' . $restaurantPhoneCode])
@endif
@if($restaurantPhoneCode) +{{ $restaurantPhoneCode }} @else {{ __('modules.settings.select') }} @endif
  • @forelse ($phonecodes as $phonecode)
  • +{{ $phonecode }}
  • @empty
  • {{ __('modules.settings.noPhoneCodesFound') }}
  • @endforelse
@if($this->isPhoneVerificationEnabled() && !$phoneVerified && !$showOtpField) {{ __('sms::modules.restaurant.verify') }} {{ __('sms::modules.restaurant.sending') }} @endif @if($phoneVerified)
{{ __('sms::modules.restaurant.verified') }}
@endif
@if($showOtpField && !$phoneVerified)

{{ __('sms::modules.restaurant.verificationCodeSent') }}

{{ __('sms::modules.restaurant.pleaseEnterThe4DigitCodeSentTo') }} +{{ $restaurantPhoneCode }} {{ $restaurantPhoneNumber }}

{{ __('sms::modules.restaurant.verifyCode') }} {{ __('sms::modules.restaurant.verifying') }}
@endif
@if(global_setting()->show_privacy_consent_checkbox)
{{ __('I accept the Terms & Conditions and') }} @if(global_setting()->privacy_policy_link) {{ __('Privacy Policy') }} @else {{ __('Privacy Policy') }} @endif
{{ __('I agree to receive marketing emails.') }}
@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') @lang('app.loading')...
@endif @if ($showBranchForm)
@csrf

@lang('modules.restaurant.restaurantBranchDetails')

@foreach ($countries as $item) @endforeach
{{ __('auth.signup') }} {{ __('app.submitting') }}...
@endif