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

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

{{-- Page Indications --}}

{{ __('entity_forms')['season']['page_indications'] }} '{{ __('seeders')['seasons']['default_season'] }}'

{{-- Table Structure --}}
{{ __('entity_fields')['common']['name'] }} {{ __('entity_fields')['common']['type'] }} {{ __('entity_fields')['season']['periods'] }} {{ __('entity_fields')['common']['actions'] }}
@include('hotel.seasons.components.season-form') {{-- JS Control --}} {{-- Toastify --}} {{-- Table Controls --}} @endsection