@extends('layouts.guest') @section('title', 'Forgot your password?') @section('content')

Let us know your email address and we'll send you a link to choose a new password.

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