@php $label = 'mb-1.5 block font-mono text-[11px] uppercase tracking-wider text-ink-3'; $field = 'h-11 w-full rounded-md border border-line bg-inset px-3 text-ink placeholder:text-ink-4 focus:border-accent/40 focus:outline-none'; $err = 'mt-1.5 flex items-center gap-1.5 font-mono text-[11px] text-offline'; @endphp

{{ __('auth.security') }}

{{ __('auth.forgot_heading') }}

{{ __('auth.forgot_subtitle') }}

@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
{{ __('auth.forgot_submit') }} {{ __('auth.saving') }}
{{ __('auth.back_to_login') }}