@component('mail::message') # {{ __('Your Magic Login Link') }} {{ __('Click the button below to log in to your account. This link is valid for a limited time and can only be used once.') }} @component('mail::button', ['url' => $url]) {{ __('Log in to Dracin') }} @endcomponent {{ __('If you did not request this, you can safely ignore this email.') }} Thanks, {{ config('app.name') }} @endcomponent