@extends('layouts.auth') @section('content')

Forgot Password.

Enter your email address and your password will be reset and emailed to you.

@csrf
@error('email')
{{ $message }}
@enderror
Forget it, send me back to the sign in screen.
@endsection