@section('title', 'Forgot Password') @php $title = 'Forgot Password'; @endphp {{ $title }}

Admin Forgot Password?

Enter your registered email address to reset your password.

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

Password link sent

Please check your inbox iofrm@iofrmtemplate.io

Unsure if that email address was correct? We can help.
Footer Image Monkey Image
@section('page-script') @endsection