@include('emails.commonkua.header')
@component('emails.common.table')
@component('emails.common.td')
@component('emails.common.p')
Hello {{ strtok($agent->full_name ?? $agent->first_name ?? 'Agent' , ' ') }},
@endcomponent
@component('emails.common.p')
Congratulations! 🎉
@endcomponent
@component('emails.common.p')
Your Product Commission Agreement has been signed and approved.
@endcomponent
@component('emails.common.p')
You are now authorized to start selling with KUA. To view the products, you’ve been officially assigned.
Click Here
@endcomponent
@component('emails.common.p')
You are authorized to sell only these products under KUA, and you are expected to adhere to the sales guidelines provided during training.
@endcomponent
@component('emails.common.ul')
Kindly note:
Selling competitor products alongside KUA products is strictly prohibited.
@endcomponent
@component('emails.common.p')
Your sales journey starts now!
@endcomponent
@component('emails.common.p')
Empowering People. Bridging Markets. Driving Growth.
@endcomponent
@endcomponent
@component('emails.common.td')
@component('emails.commonkua.secondary_footer')
{{-- noQuote --}}
@endcomponent
@endcomponent
@endcomponent
@include('emails.commonkua.footer')