@extends('frontend.master') @section('title', 'Dashboard') @section('content')
@if (\Session::has('success')) @endif {{-- Request OTP --}} {{--

Enter OTP

--}} @if (session()->has('otpOn')) {{--
Your OTP will expire in
--}}
Your OTP will expire in: 3:00
@csrf @error('otp_code') {{ $message }} @enderror {{--
--}}
@endif
{{-- --}} {{-- Timer for OTP session --}} @endsection