@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])
| Sl |
Session |
@if($companyType === 'UNV')
Faculty
|
@endif
{{$companyType == 'UNV' ? 'Program' : 'Medium/Version'}}
|
{{$companyType == 'UNV' ? 'Semester' : 'Class'}}
|
@if($companyType !== 'UNV')
Group
|
@endif
Section
|
Student Id |
Roll No |
Name
|
Date |
Entry |
Exit |
Attendance |
Created By |