SL# Generate Date Received Branch Salary Month @if($data['employeeColShow']) Employee Name Employee ID @endif Welfare Fund Total Amount Entry By Org. Contri. Amount Emp. Contri. Amount Emp. 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['org_amount'] }} {{ $row['emp_contri_amount'] }} {{ $row['emp_amount'] }} {{ $row['total_amount'] }} {{ $row['createdBy'] }} @endforeach @else No data available @endif @if(count($data['result'])>0) Total: {{ $data['orgAmount'] }} {{ $data['empContriAmount'] }} {{ $data['empAmount'] }} {{ $data['totalAmount'] }} @endif