@extends('Layouts.hms_master') @section('content') @php $elementArray = array(); // $elementArray['department'] = ['label' => 'Department', 'type' => 'select', 'id' => 'department_id', 'name' => 'department_id', 'onload' => true]; // $elementArray['designation'] = ['label' => 'Designation', 'type' => 'select', 'id' => 'designation_id', 'name' => 'designation_id', 'onload' => true]; // $elementArray['activeInactiveStatus'] = [ // 'label' => 'Status', // 'type' => 'select', // 'id' => 'activeInactiveStatus', // 'name' => 'activeInactiveStatus', // 'options' => [ '' => 'All', 'active'=>'Active', 'inactive'=>'Inactive'] // ]; $elementArray['startDate'] = ['label' => 'start Date', 'type' => 'startDate', 'id' => 'startDate', 'name' => 'startDate', 'onload' => true]; $elementArray['endDate'] = ['label' => 'End Date', 'type' => 'endDate', 'id' => 'endDate', 'name' => 'endDate', 'onload' => true]; @endphp @include('elements.report.common_filter.filter_options', ['elements' => $elementArray]) {{-- Datatable --}}
SL Previous House Tutor New House Tutor Date Action
{{-- Datatable --}} @endsection