@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'; $mail = $this->mailEnabled(); // With SMTP the inline 2FA form is the secondary path (revealed via toggle); without it, it is the only path. $showCode = $mail ? $showCodeReset : true; @endphp
{{ __('auth.security') }}
{{ $mail ? __('auth.forgot_subtitle_mail') : __('auth.forgot_subtitle') }}