@extends('Layouts.hms_master') @section('content') @php $elementArray = array(); $elementArray['building'] = ['label' => 'Building', 'type' => 'select', 'id' => 'building_id', 'name' => 'building_id', 'onload' => true]; $elementArray['floor'] = ['label' => 'Floor', 'type' => 'select', 'id' => 'floor_id', 'name' => 'floor_id','default_option' => 'All']; $elementArray['room'] = ['label' => 'Rooms', 'type' => 'select', 'id' => 'room_id', 'name' => 'room_id','default_option' => 'All']; $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 --}}
@if ($configflag->count() > 0) @else @endif
SL Seat Number Seat Code Room [Code] Floor [Code] Building [Code] Status Action
SL Seat Number Seat Room Floor Building Status Action
{{-- Datatable --}} @endsection