@component('mail::message')
# Hello!
You should confirm your email by entering the following PIN:
# {{$activation->code}}
@component('mail::button', ['url' => config('app.url') . '/verify/email/' . $activation->code])
Confirm
@endcomponent
Thanks,
{{ config('app.name') }}