@extends('layouts.guest') @section('title', 'Forgot your password') @section('content')
@if (session('status')) @endif

Forgot password?

Enter your email address and we'll send you an email with instructions to reset your password

@csrf
@error('email') {{ $message }} @enderror
Back to Sign in
@endsection