@forelse ($fees as $index => $f) @empty @endforelse
Student Reg No Narration Status Class Date Adm Prom Sch Sport Tution Lab Exam Board Ent Other Book Annual 2nd Fee Total Actions
{{ $f->student->student_name ?? 'N/A' }} {{ $f->reg_no ?? 'N/A' }} {{ "Fee Recipt" ?? 'N/A' }} {{ $f->student->status ?? 'N/A' }} {{ $f->class->name ?? 'N/A' }} {{ $f->date ?? 'N/A' }} {{ $f->collectFeeDetail->admission_fee ?? '0' }} {{ $f->collectFeeDetail->promotion_fee ?? '0' }} {{ $f->collectFeeDetail->scholarship_fee ?? '0' }} {{ $f->collectFeeDetail->sport_fee ?? '0' }} {{ $f->collectFeeDetail->tuition_fee ?? '0' }} {{ $f->collectFeeDetail->lab_fee ?? '0' }} {{ $f->collectFeeDetail->exam_fee ?? '0' }} {{ $f->collectFeeDetail->board_fee ?? '0' }} {{ $f->collectFeeDetail->entertainment_fee ?? '0' }} {{ $f->collectFeeDetail->other_fee ?? '0' }} {{ $f->collectFeeDetail->books_charges ?? '0' }} {{ $f->collectFeeDetail->annual_charges ?? '0' }} {{ $f->collectFeeDetail->second_time_fee ?? '0' }} {{ $f->total_amount ?? '' }}
No Data Found.