{{-- Styles --}} {{-- Custom --}} @if ($has_otas) @endif {{-- Imports --}} {{-- Page Configuration --}} @extends('adminlte::page') @section('title', __('modules')['dashboard']['hotel']['rooms']) @section('plugins.Datatables',true) {{-- Content --}} @section('content') {{-- Body --}}
{{-- Header --}}
{{-- Title --}}

{{ __('modules')['dashboard']['hotel']['rooms'] }}

@if ($has_external_integrations) @endif
{{-- Message For User --}}

{{ __('entity_forms')['room']['page_indications']['part_1'] }}  {{ __('entities')['hotel']['room'] }} 0  {{ __('entity_forms')['room']['page_indications']['part_2'] }} 'Unassigned'

{{-- Table --}}
{{ __('entities')['hotel']['room'] }} {{ __('entities')['hotel']['room_type'] }} {{ __('entity_fields')['room']['group'] }} {{ __('entity_fields')['room']['floor'] }} {{ __('entity_fields')['common']['status'] }} {{ __('entity_fields')['common']['actions'] }}
@include('hotel.rooms.components.room-form') @include('hotel.rooms.components.export-ical-list') {{-- JS Control --}} {{-- Toastify --}} {{-- Table Controls --}} @endsection