@component('mail::message') # Welcome to {{ config('app.name') }}! Hi {{ $user->first_name }}, Thank you for registering on {{ config('app.name') }}! We are thrilled to have you on board. To complete your registration, please verify your email address by clicking the button below and entering the verification code provided. # Your Verification Code: {{ $verificationCode }} Please visit the following link to verify your email address: {{ $verificationUrl }} We hope you enjoy using our application. If you have any questions or need assistance, feel free to reach out to our support team. Best regards, The {{ config('app.name') }} Team --- If you did not register for {{ config('app.name') }}, please ignore this email. @endcomponent