@extends('Layouts.hms_master') @section('content') {{-- @php $elementArray = array(); $elementArray['building'] = ['label' => 'Building', 'type' => 'select', 'id' => 'building_id', 'name' => 'building_id', 'onload' => true]; $elementArray['activeInactiveStatus'] = [ 'label' => 'Status', 'type' => 'select', 'id' => 'activeInactiveStatus', 'name' => 'activeInactiveStatus', 'options' => [ '' => 'All', 'active'=>'Active', 'inactive'=>'Inactive'] ]; @endphp @include('elements.report.common_filter.filter_options', ['elements' => $elementArray]) --}} {{-- Datatable --}}
SL Floor Floor Code Building Building Code Status Action
{{-- Datatable --}} @endsection