@extends('adminlte::page') @section('title', __('modules')['dashboard']['hotel']['room_groups']) @section('plugins.Datatables',true) @section('content') {{-- Body --}}
{{-- Title & Button --}}

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

{{-- Indications --}}

{{ __('entity_forms')['room_group']['page_indications'] }} 'Unassigned'

{{-- Table Structure --}}
{{ __('entity_fields')['common']['name'] }} {{ __('entity_fields')['common']['created_at'] }} {{ __('entity_fields')['common']['updated_at'] }} {{ __('entity_fields')['common']['actions'] }}
{{-- Form Modal --}}
{{-- JS Control --}} @endsection