{{-- Step 1: Input for Email or Phone --}} @if (!$showVerifcationCode)
@csrf
@if ($verificationMethod === 'email')
@endif @if ($verificationMethod === 'phone')
@if($restaurantPhoneCode) +{{ $restaurantPhoneCode }} @else {{ __('modules.settings.select') }} @endif
  • @forelse ($phonecodes as $phonecode)
  • +{{ $phonecode }}
  • @empty
  • {{ __('modules.settings.noPhoneCodesFound') }}
  • @endforelse
@endif
@lang('app.continue') @lang('app.cancel')
@endif {{-- Step 2: OTP input --}} @if ($showVerifcationCode)
@csrf
@lang('app.continue') @lang('app.cancel')
@endif