@extends('layouts.auth') @section('title', 'Forgot Password') @section('content') Back to sign in
Forgot your password?

Enter your email address and we'll send a reset link if it is registered.

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