@extends('Layouts.hms_master') @section('content')
@csrf @php $elementArray = array(); // $elementArray['academicDepartment'] = ['label' => 'Academic Department', 'type' => 'select', 'id' => 'department_id', 'name' => 'department_id', 'onload' => true]; // $elementArray['academicStatus'] = ['label' => 'Academic Status', 'type' => 'select', 'id' => 'academic_status', 'name' => 'academic_status', 'onload' => true]; // $elementArray['academicSession'] = ['label' => 'Academic Session', 'type' => 'select', 'id' => 'session_id', 'name' => 'session_id', 'onload' => true]; $elementArray['fiscalYearFFY'] = ['label' => 'Fiscal Year', 'type' => 'select', 'id' => 'fiscal_year', 'name' => 'fiscal_year', 'onload' => true]; @endphp @include('elements.report.common_filter.filter_options', ['elements' => $elementArray])
@endsection