| {{ $index++ }} |
{{ $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'] }} |
{{ number_format($row['loan_amount'],2) }} |
{{ number_format($row['opening_balance'],2) }} |
{{ number_format($row['recoveryPrinciple'],2) }} |
{{ number_format($row['recoveryInterest'],2) }} |
{{ number_format( ($row['recoveryPrinciple'] + $row['recoveryInterest']), 2) }} |
{{ number_format($row['closing_balance'],2) }} |
@endforeach
| Total: |
{{ number_format($installmentAmountGrandTotal,2) }} |
|
{{ number_format($loanAmountGrandTotal,2) }} |
{{ number_format($obGrandTotal,2) }} |
{{ number_format($cpRecoveryPriGrandTotal,2) }} |
{{ number_format($cpRecoveryIntGrandTotal,2) }} |
{{ number_format($cpRecoverySubTotalGrandTotal,2) }} |
{{ number_format($closingBalanceGrandTotal,2) }} |
@else