@php
$viewStatus_options = ['' => 'Select any', ...$activeStatus ?? []];
if($companyType == 'UNV'){
$searchElements[] = ['element' => 'fillFacultyId'];
}
$searchElements[] = ['element' => 'fillProgramId', 'label' => $companyType == 'UNV' ? 'Program' : 'Medium/Version'];
$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 |
Roll No |
Photo |
Session |
@if($companyType === 'UNV')
Faculty
|
@endif
{{$companyType == 'UNV' ? 'Program' : 'Medium/Version'}}
|
@if($companyType !== 'UNV')
Class
|
Group
|
Section
|
@endif
Applicant |
Father |
Date of Birth |
Phone Number |
Gender |
Status |
Created By |
Action |