@component('mail::message')
# Hey {{ $full_name }}
# Thanks for signing up!
Please verify your email address by clicking the below button and start a first class learning opportunity, steering them towards a brighter future.
If you did not sign up to {{ config('app.name') }}, please ignore this email or contact us at {{ config('constant.reply_to_email') }}
@component('mail::button', ['url' => $url])
Verify Email Now
@endcomponent
@component('mail::subcopy')
If you're having trouble clicking the "Verify Email Now" button, copy and paste the URL below into your web browser {{ $url }}
Not sure why you received this email? Please let us know.
@endcomponent
Thanks,
{{ config('app.name') }}
@endcomponent