@extends('layouts/eims_layout') @section('title', '| ' . $pageTitle) @section('content') @include('successMsg')

{{$pageTitle}} List

{{-- @php $viewStatus_options = ['' => 'Select any', 'pending' => 'Pending', 'rejected' => 'Rejected']; if($companyType == 'UNV'){ $searchElements[] = ['element' => 'faculty_id']; } $searchElements[] = ['element' => 'program_id', 'label' => $companyType == 'UNV' ? 'Program' : 'Medium/Version']; if($companyType !== 'UNV'){ $searchElements[] = ['element' => 'semester_class_id', 'label' => $companyType == 'UNV' ? 'Semester' : 'Class']; } $searchElements[] = ['element' => 'custom', 'name' => 'filStatus', 'type' => 'select', 'label' => 'Status', 'options' => $viewStatus_options]; $searchElements[] = ['element' => 'dateRange']; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])--}}
Sl Session {{$companyType=== 'UNV' ? 'Program' : 'Medium/Version'}} {{$companyType === 'UNV' ? 'Semester' : 'Class'}} Effective Date Based on Allowed Failed {{ $companyType === 'UNV' ? 'Subjects' : 'Courses' }} Description Status Created By Action
@endsection