{{-- Styles --}} @php $has_only_invoicing_system = \App\Helpers\Environment\SystemFeaturesHelper::getFeatureStatus('only_invoicing_system'); @endphp {{-- Navbar --}} {{-- Logo --}} role === 'administrador')href="{{ route('establishments.index') }}"@endif> @if (Auth::user()->profile_photo === null) @else @endif {{-- Fecha --}} @php use \Carbon\Carbon; Carbon::setLocale(app()->getLocale()); $fecha = Carbon::now()->translatedFormat(__('neutral_words')['date_format']); @endphp {{$fecha}} ... {{-- Basic Interactions --}} {{-- Trigger --}} {{ Auth::user()->name }} {{-- Content --}} {{ __('session')['logout'] }} {{-- Trigger --}} {{ __('navbar')['navigation']['title'] }} {{-- Content --}} @php $navbar_navigation = [ [ // Inicio "display" => true, "title" => __('navbar')['navigation']['home'], "route" => route('home.index') ], [ // Dashboard "display" => true, "title" => __('navbar')['navigation']['settings'], "route" => route('dashboard') ], [ // Reportes de HotelerÃa "display" => !$has_only_invoicing_system, "title" => __('navbar')['navigation']['reports'], "route" => route('hotel.reports') ], ]; @endphp @foreach ($navbar_navigation as $item) @if ($item['display']) {{ $item['title'] }} @endif @endforeach @if (!$has_only_invoicing_system) {{-- Trigger --}} {{-- Content --}} {{-- Title --}} {{ __('navbar')['indicators']['title'] }} @php $indicators_margin = $expand_indicators ? 'my-2' : 'mt-1'; @endphp {{-- Occupancy % --}} {{ __('navbar')['indicators']['occupancy'] }} {{-- Occupancy Summary --}} - {{-- Blocked Rooms --}} {{-- Arrives & Departures --}} {{-- Arrives --}} # {{-- Departures --}} # {{-- Total Guest --}} px @endif {{-- Horario --}} {{-- Indicadores --}} @if (!$has_only_invoicing_system) @endif
{{$fecha}}
...
{{ __('navbar')['indicators']['occupancy'] }}
-
#
px