{{-- resources/views/emails/ingame-2fa.blade.php --}} @component('mail::message') # {{ $action === 'disable' ? 'Disable' : 'Enable' }} In-Game Two-Factor Hello {{ $user->name ?? 'Player' }}, You requested to **{{ $action }}** In-Game Two-Factor Authentication for your Old Road account. This link is valid for **10 minutes**: @component('mail::button', ['url' => $url]) Confirm {{ ucfirst($action) }} If you didn’t request this, you can ignore this email. — Old Road @endcomponent @endcomponent