@php use App\Models\Fee; use App\Models\Payment; $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Course Lists') @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 <= 4 ? $f->student_level : 4 }}00 Level {{ $f->student_level > 4 ? '(EX)' :'' }} @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