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

Reset your password

We’ll email a time-limited reset link if the account is eligible.

@csrf
@error('email')
{{ $message }}
@enderror
Back to sign in
@endsection