@extends('Layouts.hms_master') @section('content')
@csrf @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']; @endphp @include('elements.report.common_filter.filter_options', ['elements' => $elementArray])
@endsection