@component('mail::message')
# Hello!
You have been successfully registered.
To confirm your email address please click button below
@component('mail::button', ['url' => config('app.url') . '/verify/email/' . $activation->code])
Confirm Email
@endcomponent
Thanks,
{{ config('app.name') }}