@extends('auth.auth_layout') @section('content') @include('auth.page_title', ['pageTitleMessage'=>'Enter OTP to login'])

{{ Auth::user()->email }}
An OTP has been sent to your SMS or email

@csrf
@for($i = 1; $i <= 6; $i++) @endfor
@error('otp') {{ $message }} @enderror

Click here to Resend OTP

@include('whatsapp',['message'=>'Contact admin below if you still cant receive OTP after resending'])
@endsection