@extends('admin.layouts.auth_master') @section('title', 'Forgot Password') @section('content')
Forgot Password?

Enter your registered email ID to reset the password

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