@php use App\Models\Fee;use App\Models\Payment;$configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Tuition') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content') @error('msg') @enderror
{{--
Dark Table head
--}}
@foreach($cusfom as $f) @endforeach
S/N Session Level Semester Printed On Actions
{{$loop->iteration}} {{$f->session}} {{$f->student_level}}00 Level @if($f->semester==1) First Semester @else Second Semester @endif {{$f->printed_on}} id)}}" class="btn btn-label-primary d-grid w-100 mb-3"> View
@endsection