@include('emails.commonkua.header')
@component('emails.common.table')
@component('emails.common.tr')
@component('emails.common.td')
@component('emails.common.p')
Hello {{ $agent->full_name ?? $agent->first_name ?? 'Agent' }},
@endcomponent
@component('emails.common.p')
Congratulations! 🎉
@endcomponent
@component('emails.common.p')
We’re pleased to inform you that your recent sale has been successfully activated and recorded in the KUA system.
@endcomponent
@component('emails.common.ul')
Product:{{ $lead->kuaProduct->product_name ?? 'N/A' }}
Customer: {{ $lead->customer_name ?? $lead->business_name }}
Sales Amount: {{ number_format($lead->sales_amount, 2) }}
@endcomponent
@component('emails.common.p')
Keep up the great work! Your dedication is making a positive impact, and we encourage you to continue driving more sales and opportunities.
@endcomponent
@component('emails.common.p')
If you have any questions or need support, feel free to reach out to the KUA team at any time.
@endcomponent
@component('emails.common.p')
Empowering People. Bridging Markets. Driving Growth.
@endcomponent
@endcomponent
@endcomponent
@component('emails.common.tr')
@component('emails.common.td')
@component('emails.commonkua.secondary_footer')
{{-- noQuote --}}
@endcomponent
@endcomponent
@endcomponent
@endcomponent
@include('emails.commonkua.footer')