@extends('auth-base') @section('title', 'Forgot Password') @section('content')

Forgot Password

Enter your email to receive a password reset link

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror
Back to Login
@endsection