@extends('Layouts.hms_master') @section('content') @php $elementArray = array(); $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 Name Designation Date Action
{{-- Datatable --}} @endsection