@php
$viewStatus_options = ['' => 'Select any', ...$activeStatus ?? []];
if($companyType == 'UNV'){
$searchElements[] = ['element' => 'fillFacultyId'];
}
$searchElements[] = ['element' => 'fillProgramId', 'label' => $companyType == 'UNV' ? 'Program' : 'Medium/Version'];
if($companyType !== 'UNV'){
$searchElements[] = ['element' => 'fillSemesterClassId', 'label' => $companyType == 'UNV' ? 'Semester' : 'Class'];
}
$searchElements[] = ['element' => 'custom', 'name' => 'fillStatus', 'type' => 'select', 'label' => 'Status', 'options' => $viewStatus_options];
$searchElements[] = ['element' => 'dateRange'];
$searchElements[] = ['element' => 'custom', 'name' => 'transactionId', 'type' => 'text', 'label' => 'Transaction Id'];
@endphp
@include('partials.searchPanel.main', ['searchElements' => $searchElements])
| Sl |
Admission Date |
Admission No |
Session |
@if($companyType === 'UNV')
Faculty
|
@endif
{{$companyType == 'UNV' ? 'Program' : 'Medium/Version'}}
|
@if($companyType !== 'UNV')
Class
|
Group
|
@endif
Applicant |
Date of Birth |
{{$companyType === 'UNV' ? 'National Id' : 'Birth Certificate Id'}} |
Phone Number |
Gender |
Status |
Transaction Id |
Payment Status |
Action |