Search Student
{{-- Clear Filter --}} Clear Filter
Student Fee Status
@forelse($students as $student) @empty @endforelse
Admission No. Student Name Class Due Amount Status Actions
{{ $student->admission_no }} {{ $student->name }} {{ $student->activeClass->class->class_name ?? '-' }} ({{ $student->activeClass->section->section_name ?? '-' }}) ₹{{ number_format($student->total_fee, 2) }} @if($student->fee_status == 'paid') Paid @else Unpaid @endif @if($student->fee_status == 'paid') @else @endif
No students found
{{-- Pagination --}}
{{ $students->links() }}