@extends('layouts.guest') @section('title', 'Forgot Password') @section('content')

Forgot Password?

No problem. Let us know your email and we'll send you a reset link.

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

{{ $message }}

@enderror

Back to sign in

@endsection