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

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

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