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

Reset your password

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

@csrf
@error('email')
{{ $message }}
@enderror
← Back to login
@endsection