s/no FEE TYPE STUDENT TYPE LEVEL AMOUNT @forelse ($fees as $fee) {{-- --}}

{{ $loop->iteration }}

{{ $fee->fee_type }} {{-- bg-{{ $transaction->status_color }}-100 text-{{ $transaction->status_color }}-800 --}} {{ $fee->student_type }} {{ $fee->level }} {{ $fee->amount }}
{{ __('Edit') }} Delete
@empty
No Fee Added...
@endforelse
{{-- {{ $students->links() }} --}}
@include('modelDialog.edit_fee')