SL# Loan Payment Date @if($data['employeeColShow']) Name of Employee Employee ID @endif Branch Name Loan Information Opening Balance Current Preiod Recovery Closing Balance No. Of Installment Installment Amount Installment Start Loan Amount Principle Interest @if(count($data['result'])>0) @foreach($data['result'] as $row) {{ $row['serial'] }} {{ $row['loan_payment_date'] }} @if($data['employeeColShow']) {{ $row['employee'] }} {{ $row['employee_id'] }} @endif {{ $row['branch_name'] }} {{ $row['loan_no_of_installment'] }} {{ $row['loan_installment_amount'] }} {{ $row['loan_installment_start_date'] }} {{ $row['loan_amount'] }} {{ $row['opening_balance'] }} {{ $row['recoveryPrinciple'] }} {{ $row['recoveryInterest'] }} {{ $row['closing_balance'] }} @endforeach @else No data available @endif @if(count($data['result'])>0) Total: {{ number_format($data['totalinstallamount'],2) }} {{ number_format($data['totalloanamount'],2) }} {{ number_format($data['totalopeningBalence'],2) }} {{ number_format($data['totalrecoveryPrincipleBalance'],2) }} {{ number_format($data['totalrecoveryInterestBalance'],2) }} {{ number_format($data['totalclosingBalance'],2) }} @endif