{{-- blade-formatter-disable --}}
@component('mail::message')
# Account Activation
Dear {{ $user->customer->full_name }},
Good Day!
Thank you for registering to {{ config('app.name') }}!
Please click the button below to complete your registration.
This link will expired after 12 hours.
Thank you very much.
@component('mail::button', ['url' => $url, 'color' => 'success'])
Activate your account
@endcomponent
Having trouble?
if the above button does not work try copying and pasting this link into your browser:
{{ $url }}
Thanks,
{{ config('app.name') }}
@endcomponent