@if (isset($data['recent_fees_collection']) && $data['recent_fees_collection']->count() > 0) @php($i=1) @foreach($data['recent_fees_collection'] as $fee_collection) @php($i++) @endforeach @else @endif
SN Reg.No. Fees Title Date Amount
{{ $i }} {{ $fee_collection->reg_no }} {{ $fee_collection->fee_head_title }} {{ \Carbon\Carbon::parse($fee_collection->date)->format('Y-m-d') }} {{ $fee_collection->paid_amount }}
More
No data found.