@extends($activeTemplate . 'layouts.frontend') @section('frontend') @php $codeVerifyContent = getContent('code_verify.content', true); @endphp
@csrf
@lang('Logout')

@lang('A 6 digit verification code sent to your mobile number') : {{ showMobileNumber(auth()->user()->mobile) }}

@include($activeTemplate . 'partials.verification_code')

@lang('If you don\'t get any code'), @lang('try again after') -- @lang('seconds') @lang('Try again')

@endsection @push('script') @endpush