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

{!! $data['pageTitle'] !!}

@php $options = ['' => 'Select any']; $searchElements = [ ['element' => 'fillProgramId'], ['element' => 'fillSessionId'], ['element' => 'fillSemesterClassId'], ['element' => 'dateRange'], ]; if ($data['companyType'] == 'UNV') { array_unshift($searchElements, ['element' => 'fillFacultyId']); } @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])
SL# Class Name Exam Name Exam Date Session Admit Download Date Status Created By Action
{{-- Start Add Form Modal --}} {{-- End Add Form Modal --}} @endsection