Security Verification
{!! __('emails.otp.hero_message', ['name' => $heroName]) !!}
One-Time Password
{!! __('emails.otp.expires_copy', ['duration' => ''.$expiresFallback.'']) !!}
{{ __('emails.otp.body_copy', ['app' => $appName ?? config('app.name')]) }}
Request Details
{{ $appName ?? config('app.name') }}
{{ now()->format('d M Y, h:i A T') }}
Location
{{ __('emails.otp.location_placeholder') }}
IP: {{ $ipAddress ?? '—' }}
{{ __('emails.otp.help_text') }}
{{ __('emails.otp.support_title') }}
{!! __('emails.otp.support_copy', ['email' => ''.config('mail.from.address').'']) !!}
{{ __('emails.otp.footer_thanks', ['app' => $appName ?? config('app.name')]) }}
{!! __('emails.otp.footer_copy', ['year' => date('Y'), 'app' => $appName ?? config('app.name')]) !!}