Header Avatar

:: SUB-AGENT LIFE INSURANCE COMMISSION REPORT ::

AGENT NAME :- {{$response['agent_name']}} Fresh Comm. Amt.:- {{$response['fresh_buss_comm_amt']}}
BROKER NAME :- {{$response['broker']}} Renewal Comm. Amt.:- {{$response['renewal_buss_comm_amt']}}
AGENCY NAME :- {{$response['agency']}} Endorsed Comm.Amt.:-
REPORT FOR THE PERIOD :- FROM DATE :- {{$response['from_date']}} TO DATE :- {{$response['end_date']}} FILTER SELECTION:- {{$response['life_commission_type']}} Total Comm. Amt.:- {{$response['total_life_ins_buss_comm_amt']}}
@php $count = 0; @endphp @foreach ($response['life_commission'] as $record) @endforeach
Sr.No. Pol.Tr.Date Client Name Policy No. Comm'able Amt Agent Received Sub-Agent Commited Agent Remained Comm.
Trans. Type Company Name From Dt. Comm. % Comm. Amt. Comm. % Comm. Amt. Comm. % Comm. Amt.
Plan No. / Name To Dt.
{{++$count}} {{$record['transaction_date']}} {{$record['fullname']}} {{$record['policy_number']}} {{number_format($record['commisionable_amount'],2)}} {{number_format($record['commit_comm_per'],2)}} {{number_format($record['commit_comm_amt'],2)}} {{number_format($record['subagent_commit_comm_per'],2)}} {{number_format($record['subagent_commit_comm_amt'],2)}} {{number_format($record['agent_remained_per'],2)}} {{number_format($record['agent_remained_amt'],2)}}
{{$record['life_policy_status']}} {{$record['company_name']}} {{$record['risk_from_date']}}
{{$record['life_insurance_plan']}} {{$record['risk_to_date']}}
Report Total {{number_format($response['totalcommisionable_amount'],2)}} {{number_format($response['totalcommit_comm_amt'],2)}} {{number_format($response['totalsubagent_commit_comm_amt'],2)}} {{number_format($response['totalagent_remained_amt'],2)}}