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

Forgot Password

Enter your email address and we'll send you a link to reset your password.

@csrf
@error('email')
{{ $message }}
@enderror
@endsection