@component('mail::message') # Welcome, {{ $userName }}! {{ __('Congratulations, your email verified successfully. You can now start using the application.') }} @component('mail::button', ['url' => $webSiteUrl]) {{ __('Start Application') }} @endcomponent Thanks, {{ config('app.name') }} @endcomponent