@extends('Layouts.hms_master') @section('content') @php $elementArray = array(); $elementArray['department'] = ['label' => 'Department', 'type' => 'select', 'id' => 'department_id', 'name' => 'department_id', 'onload' => true]; $elementArray['studentStatus'] = ['label' => 'Status', 'type' => 'select', 'id' => 'status', 'name' => 'status', 'onload' => true]; @endphp @include('elements.report.common_filter.filter_options', ['elements' => $elementArray])
SL | Name | Department | Registration No | Status | Action |
---|