@component('mail::message') # {{ __('Verify your new email') }} {{ __('Here is your verification code:') }} ## **{{ $code }}** {{ __('Enter this code in the profile page to confirm your new email address:') }} **{{ $newEmail }}** @component('mail::button', ['url' => route('profile.edit', ['locale' => app()->getLocale()])]) {{ __('Open my profile') }} @endcomponent {{ __('This code is valid for 30 minutes.') }} {{ __('Regards') }}, **Vereego** @endcomponent