@extends('layouts.admin-auth') @section('title', 'Forgot Password') @section('content')
Forgot your password? No problem. Just let us know your email address and we will email you a password reset link.
@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
Back to login
@endsection