@extends('layouts.guest') @section('content')

Forgot Password

Enter your email address and we'll send you a link to reset your password.

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