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

{{ $data['pageTitle'] }}

@php $searchElements = [ ['element' => 'report_level', 'showAll' => 'no'], ['element' => 'fillCampusId', 'showAll' => 'no', 'showHeadoffice' => 'no'], ['element' => 'fillProgramId'], ['element' => 'fillSessionId'], ['element' => 'fillSemesterClassId'], ['element' => 'fillSemesterClassGroupId'], ['element' => 'fillSectionId'], ['element' => 'fillShiftId'], ['element' => 'fillStudentId'], ['element' => 'dateFrom'], ['element' => 'dateTo'], ]; @endphp @include('partials.searchPanel.main', ['searchElements' => $searchElements])

{{ $data['company']->name }}
{{ $data['company']->address }}
{{ $data['pageTitle'] }} Report
Campus Name:
As on:

Printed Date: {{ date('d-m-Y') }}

{{-- --}}
Prepared By Verified By Reviewed By Approved By
@endsection