@component('mail::message') # Verify Your Account {{ $user->name }},
In order to maintain security for your account, use the below code to verify your account and finish logging in. The code will expire in {{ (int)config('twofactorauth.expiration') / 60 }} minutes. **Code:** {{ $code }}
@component('mail::button', ['url' => route('2fa-show'), 'color' => 'blue']) Verify Account @endcomponent @endcomponent