@php $finishTime = \Carbon\Carbon::parse($verification->expired_at); $totalDuration = now() > $finishTime ? 0 : $finishTime->diffInSeconds(now()); @endphp
@if ($verification->send_via == 'email')

@lang('Please check your email to get a six digit OTP')

@else

@lang('Please check your mobile to get a six digit OTP')

@endif @if ($totalDuration)

@lang('OTP will be expired in the next')

@endif
{{ $totalDuration }}
@lang('Seconds')

@lang('Your OTP has been expired')

@csrf
@push('script') @endpush @push('style-lib') @endpush @push('style') @endpush