@extends('layout') @section('content') @if(session('otp_success'))
@endif @if(session('otp_error'))
@endif
Enter The Otp sent to your Email
@csrf
@if ($errors->has('otp')) {{ $errors->first('otp') }} @endif
@endsection