@include('emails.commonkua.header') @component('emails.common.table') @component('emails.common.tr') @component('emails.common.td') @component('emails.common.p') Hello {{ $lead->kuaAgent->full_name ?? ($lead->kuaAgent->user->first_name ?? 'Agent') }}, @endcomponent @component('emails.common.p') Unfortunately, your commission payment has been blocked following an internal review of your recent sales activities. @endcomponent @component('emails.common.p') We have identified serious concerns regarding your sales that require immediate clarification before any payment can proceed. As per our policy, we reserve the right to withhold commissions where there are irregularities or potential violations of KUA’s sales guidelines. @endcomponent @component('emails.common.p') Details of the blocked commission: @endcomponent @component('emails.common.ul')
  • Product: {{ $lead->kuaProduct->product_name ?? '' }}
  • Customer: {{ $lead->kuaCustomer->full_name ?? $lead->kuaCustomer->registered_company_name }}
  • Reason for Commission blocking: {{ $data['action_value'] ?? '-' }}
  • @endcomponent @component('emails.common.p') We take such matters seriously to protect the integrity of our team and ensure fairness to all agents. @endcomponent @component('emails.common.p') If you believe there has been a misunderstanding or wish to clarify your case, you may contact the KUA Support Team immediately. @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')