@include('emails.commonkua.header')
@component('emails.common.table')
@component('emails.common.tr')
@component('emails.common.td')
@component('emails.common.p')
Hello HQ,
@endcomponent
@component('emails.common.p')
There are new customer sales documents have just been submitted through the KUA system and is now awaiting your review and action.
@endcomponent
@component('emails.common.p')
Here’s a quick snapshot of the submission:
@endcomponent
@component('emails.common.table_with_border')
@component('emails.common.tr')
{!! '
Product | ' !!}
{!! 'Customer Name | ' !!}
{!! 'Submitted By | ' !!}
@endcomponent
@foreach ($lead as $data)
@component('emails.common.tr')
{!! '' . e($data['leadData']['kuaProduct']['product_name'] ?? '—') . ' | ' !!}
@if($data['leadData']['kuaCustomer']['customer_type'] == 'business')
{!! '' . e($data['leadData']['kuaCustomer']['registered_company_name'] ?? '—') . ' | ' !!}
@else
{!! '' . e($data['leadData']['kuaCustomer']['full_name'] ?? '—') . ' | ' !!}
@endif
{!! '' . e($submittedbyName) . ' | ' !!}
@endcomponent
@endforeach
@endcomponent
@component('emails.common.p')
You can access and review the documents via this link:
Click Here
@endcomponent
@component('emails.common.p')
Let’s keep things moving! Timely processing will ensure smooth onboarding for the customer and seamless flow in our sales process.
@endcomponent
@component('emails.common.p')
For any questions or support, feel free to connect with the KUA Support Team.
@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')