@extends($activeTemplate . 'layouts.app') @section('app-content') @php $authContent = @getContent('auth_section.content', true)->data_values; @endphp @lang('Mobile Verification') @lang('We have sent a code to') {{ showMobileNumber(auth('merchant')->user()->mobileNumber) }} @csrf @lang("Didn't receive the code?") @lang('Resend the Code') @lang('You can request a new code after') @lang('seconds'). @lang('Continue') @endsection @push('script') @endpush @push('style') @endpush
@lang('We have sent a code to') {{ showMobileNumber(auth('merchant')->user()->mobileNumber) }}
@lang('You can request a new code after') @lang('seconds').