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

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

{{-- Indications --}}

{{ __('entity_forms')['room_type']['page_indications'] }} 'Overbooked' {{ __('neutral_words')['and'] }} 'Unassigned'

{{-- Table Structure --}}
{{ __('entity_fields')['common']['name'] }} {{ __('entity_fields')['room_type']['prices_per_season'] }} {{ __('entity_fields')['common']['created_at'] }} {{ __('entity_fields')['common']['actions'] }}
@include('hotel.room-types.components.room-type-form') {{-- JS Control --}} {{-- Toastify --}} {{-- Table Controls --}} @endsection