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

Reset your password

Enter your email and we'll send a reset link.

@csrf
@error('email')

{{ $message }}

@enderror

← Back to sign in

@endsection