SL Name of Accounts Received Amount Paid Amount Additional Charge Payable {{-- --}} {{-- --}} {{-- --}} {{-- --}} Due Interest Early Settlement Fee {{-- --}} 1 Motorcycle @if( !empty($data['motorcycleLoan']) ) {{ round($data['motorcycleLoan']) }} @endif @if( !empty($data['motorcyclePaid']) ) {{ round($data['motorcyclePaid']) }} @endif @if( !empty($data['motorcycleDueInt']) ) {{ round($data['motorcycleDueInt']) }} @endif @if( !empty($data['motorcycleEarlySettlement']) ) {{ round($data['motorcycleEarlySettlement']) }} @endif @if( !empty($data['motorcycleOutstanding']) ) {{ round($data['motorcycleOutstanding']) }} @endif 2 Bi-Cycle @if( !empty($data['bicycleLoan']) ) {{ round($data['bicycleLoan']) }} @endif @if( !empty($data['bicyclePaid']) ) {{ round($data['bicyclePaid']) }} @endif @if( !empty($data['bicycleDueInt']) ) {{ round($data['bicycleDueInt']) }} @endif @if( !empty($data['bicycleEarlySettlement']) ) {{ round($data['bicycleEarlySettlement']) }} @endif @if( !empty($data['bicycleOutstanding']) ) {{ round($data['bicycleOutstanding']) }} @endif 3 Provident Fund @if( !empty($data['providentFundLoan']) ) {{ round($data['providentFundLoan']) }} @endif @if( !empty($data['providentFundLoanPaid']) ) {{ round($data['providentFundLoanPaid']) }} @endif @if( !empty($data['providentFundLoanDueInt']) ) {{ round($data['providentFundLoanDueInt']) }} @endif @if( !empty($data['providentFundLoanSettlementFee']) ) {{ round($data['providentFundLoanSettlementFee']) }} @endif @if( !empty($data['providentFundLoanOutstanding']) ) {{ round($data['providentFundLoanOutstanding']) }} @endif 4 Advanced Salary @if( !empty($data['advancedSalaryLoan']) ) {{ $data['advancedSalaryLoan'] }} @endif @if( !empty($data['advancedSalaryLoanPaid']) ) {{ $data['advancedSalaryLoanPaid'] }} @endif @if( !empty($data['advancedSalaryLoanOutstanding']) ) {{ $data['advancedSalaryLoanOutstanding'] }} @endif 5 Other Advance @if( !empty($data['otherAdvanceLoan']) ) {{ $data['otherAdvanceLoan'] }} @endif @if( !empty($data['otherAdvanceLoanPaid']) ) {{ $data['otherAdvanceLoanPaid'] }} @endif @if( !empty($data['otherAdvanceOutstanding']) ) {{ $data['otherAdvanceOutstanding'] }} @endif Total @if( !empty($data['totalLoanAmount']) ) {{ round($data['totalLoanAmount']) }} @endif @if( !empty($data['totalPaidAmount']) ) {{ round($data['totalPaidAmount']) }} @endif @if( !empty($data['totalDueInt']) ) {{ round($data['totalDueInt']) }} @endif @if( !empty($data['totalEarlySettlementFee']) ) {{ round($data['totalEarlySettlementFee']) }} @endif @if( !empty($data['totalOutstandingAmount']) ) {{ round($data['totalOutstandingAmount']) }} @endif