@extends('layouts.front') @section('content') @lang('Verify OTP') @if (session('phone')) @lang('4-digit OTP has been sent to your phone number:') {{ session('phone') }} @endif @csrf @lang('Enter the 4-digit OTP sent to your phone') @lang('Resend OTP in') 90 @lang('seconds'). @lang('Resend OTP') @lang('Verify OTP or Login') OR @endsection @push('js') @endpush
@lang('Resend OTP in') 90 @lang('seconds').