SL# Generate Date Received Branch Salary Month @if($data['employeeColShow']) Employee Name Employee ID @endif Provident Fund Loan Total Amount Entry By Principal Amount Interest Amount @if(count($data['result'])>0) @foreach($data['result'] as $row) {{ $row['serial'] }} {{ $row['collection_date'] }} {{ $row['received_branch'] }} {{ $row['month'] }} @if($data['employeeColShow']) {{ $row['employee'] }} {{ $row['employee_id'] }} @endif {{ $row['principal_amount'] }} {{ $row['interest_amount'] }} {{ $row['total_amount'] }} {{ $row['sum_amount'] }} {{ $row['createdBy'] }} @endforeach @else No data available @endif @if(count($data['result'])>0) Total: {{ $data['principalAmount'] }} {{ $data['interestAmount'] }} {{ $data['totalAmount'] }} @endif