@component('mail::message')
# Email Confirmation
Hello **{{'@'.$verify->user->username}}**, please confirm your email address.
If you did not create this account, please disregard this email.
@component('mail::button', ['url' => $verify->url()])
Confirm Email
@endcomponent
This link expires after 24 hours.
Thanks,
{{ config('pixelfed.domain.app') }}
@endcomponent