@include('emails.common.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{$user->first_name }},
@endcomponent
@component('emails.common.p')
Your user profile has been created.
@endcomponent
@component('emails.common.p')
Kindly click the following link to activate your account: Activation Link
@endcomponent
@component('emails.common.p')
Welcome to the Empower Family
@endcomponent
@component('emails.common.secondary_footer')
@endcomponent
@endcomponent
@endcomponent
@include('emails.common.footer')