@extends('layouts.guest') @section('title', 'Forgot Password') @section('content')
Reset your 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