@extends('layouts.app') @section('title', 'Verify OTP') @section('content')

OTP Verification

Enter the 4 Digit Code sent to your email

@csrf
@error('otp')
{{ $message }}
@enderror {{--

Resend Code

--}}
@endsection