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

{{$pageTitle}} List

@php $viewStatus_options = ['' => 'Select any', ...$activeStatus ?? []]; if($companyType == 'UNV'){ $searchElements[] = ['element' => 'fillFacultyId']; } $searchElements[] = ['element' => 'fillProgramId', 'label' => $companyType == 'UNV' ? 'Program' : 'Medium/Version']; $searchElements[] = ['element' => 'fillSessionId']; $searchElements[] = ['element' => 'fillSemesterClassId', 'label' => $companyType == 'UNV' ? 'Semester' : 'Class']; if($companyType !== 'UNV'){ $searchElements[] = ['element' => 'fillSemesterClassGroupId']; } $searchElements[] = ['element' => 'fillSectionId']; $searchElements[] = ['element' => 'custom', 'name' => 'fillStatus', 'type' => 'select', 'label' => 'Status', 'options' => $viewStatus_options]; $searchElements[] = ['element' => 'dateRange']; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements]) @if($companyType === 'UNV') @endif @if($companyType !== 'UNV') @endif
Sl Session Faculty {{$companyType == 'UNV' ? 'Program' : 'Medium/Version'}} {{$companyType == 'UNV' ? 'Semester' : 'Class'}} Group Section Student Id Roll No Name Date Entry Exit Attendance Created By
@endsection