@extends('Layouts.hms_master_full_width') @section('content') @php $elementArray = array(); $elementArray['academicSession'] = ['label' => 'Academic Session', 'type' => 'select', 'id' => 'session_id', 'name' => 'session_id', 'onload' => true]; $elementArray['academicStatus'] = ['label' => 'Academic Status', 'type' => 'select', 'id' => 'academic_status', 'name' => 'academic_status', 'onload' => true]; $elementArray['academicDepartment'] = ['label' => 'Academic Department', 'type' => 'select', 'id' => 'department_id', 'name' => 'department_id', 'onload' => true]; $ignoreElements = [ 'zone', 'area', 'branch', 'startDate', 'endDate','academicDepartment', 'academicStatus', 'academicSession', 'studentStatus' ]; @endphp
@csrf @include('elements.report.common_filter.filter_options', ['elements' => $elementArray, 'branchWithoutHO' => true, 'branchWithoutHOButSelectAll' => true])
@endsection