@php $finishTime = \Carbon\Carbon::parse($verification->expired_at); $totalDuration = now() > $finishTime ? 0 : $finishTime->diffInSeconds(now()); @endphp
@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@lang('Your OTP has been expired')