@component('mail::message')
# Hello {{$notifiable->username}}, welcome on {{ config('app.name') }} !
You have just created an account on {{ Str::after(config('app.url'), '://') }}. To activate your account, simply click on this link :
@component('mail::button', ['url' => $url])
Verify Email Address
@endcomponent
@component('mail::panel')
This link is available for {{ config('auth.verification.expire') }} minutes.
@endcomponent
If you did not create an account, no further action is required.
Regards, {{ config('app.name') }}
{{--@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