@if ($showUserForm)
@csrf
@lang('auth.createAccountSignup', ['appName' => global_setting()->name])
@includeIf('subdomain::include.register-subdomain')
@foreach ($phonecodes as $phonecode)
+{{ $phonecode }}
@endforeach
@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)
{{ $item->countries_name }}
@endforeach
{{-- @dump($country) --}}
@php($target = 'submitForm2')
{{ __('auth.signup') }}
@endif