@extends('layouts.auth') @section('title', 'Forgot Password') @section('content')

Forgot Password?

Enter your registered email ID to reset the password

@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection