SL# Loan Payment Date @if($data['employeeColShow']) Name of Employee Employee ID @endif Branch Name Vehicle Information Loan Information Opening Balance Current Preiod Closing Balance Purchase Date Brand Reg. Number Agreement Date No. Of Installment Installment Amount Installment Start Loan Amount Recovery Return Transfer Adjustment @if(count($data['result'])>0) {{-- {{ dd($data['list']) }} --}} @foreach($data['result'] as $row) {{ $row['serial'] }} {{ $row['loan_payment_date'] }} @if($data['employeeColShow']) {{ $row['employee'] }} {{ $row['employee_id'] }} @endif {{ $row['branch_name'] }} {{ $row['vehicle_purchase_date'] }} {{ $row['vehicle_brand'] }} {{ $row['vehicle_reg_no'] }} {{ $row['loan_aggreement_date'] }} {{ $row['loan_no_of_installment'] }} {{ $row['loan_installment_amount'] }} {{ $row['loan_installment_start_date'] }} {{ $row['loan_amount'] }} {{ $row['opening_balance'] }} {{ $row['recovery'] }} {{ $row['return'] }} {{ $row['adjustment'] }} {{ $row['closing_balance'] }} @endforeach Total: {{ number_format($data['totalinstallamount'],2) }} {{ number_format($data['totalloanamount'],2) }} {{ number_format($data['totalopeningBalence'],2) }} {{ number_format($data['totalrecoveryBalance'],2) }} {{ number_format($data['totalreturnBalance'],2) }} {{ number_format($data['totaladjustmentBalance'],2) }} {{ number_format($data['totalclosingBalance'],2) }} @else No data available @endif