@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['studentStatus'] = ['label' => 'Status', 'type' => 'select', 'id' => 'status', 'name' => '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
@endsection