@component('mail::message') Dear User, Thank you for registering with Factura-Hero. To ensure the security of your account and complete the registration process, we need to verify your email address. Please click the button below to verify your email address: @component('mail::button', ['url' => route('verifyEmail', $user->email_verification_code)]) Click here to verify your email address @endcomponent

If you have trouble clicking the button, you can copy and paste the next link into your browser's address bar.

{{route('verifyEmail', $user->email_verification_code)}}

If you did not sign up for Factura-Hero, please ignore this email. Your account will not be activated until you verify your email address. Thank you,
The {{ config('app.name') }} Team @endcomponent