@extends('adminlte::auth.auth-page', [ 'auth_type' => 'login', 'auth_header' => 'Forgot Password' ]) @section('auth_body')

Forgot your password? No problem. Enter your email address and we'll send you a password reset link.

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
Back to Login
@stop