@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']; 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]) @if($companyType === 'UNV') @endif @if($companyType !== 'UNV') @endif
Sl Admission Date Admission No Session Faculty {{$companyType == 'UNV' ? 'Program' : 'Medium/Version'}} Class Group Applicant Date of Birth {{$companyType === 'UNV' ? 'National Id' : 'Birth Certificate Id'}} Phone Number Gender Status Transaction Id Payment Status Action
@endsection