@component('mail::message')
# Welcome, {{ $notifiable->first_name }} {{$notifiable->last_name}}
Your Email Verification Code is.
{{-- @component('mail::button', ['url' => $url])
Verify Email Address
@endcomponent --}}
{{$url}}
If you did not create an account, no further action is required.
Thanks,
{{ config('app.name') }} Team
@component('mail::subcopy')
{{-- If you're having trouble clicking the "Verify Email Address" button, copy and paste the URL below into your web browser:{{ $url }} --}}
@endcomponent
@endcomponent