@extends('layouts.errors') @section('http_error') 403 | Module Unavailable @endsection @section('imports') {{-- Bootstrap JS --}} {{-- FontAwesome para iconos --}} @endsection() @section('styles') @endsection @section('floating-mark') Harsi Logo @endsection @section('content') @php $server_image = \App\Models\User::first()->value('profile_photo') ?? asset('images/only_harsi.png'); $is_admin = Auth::user()->role === "administrador"; @endphp
{{-- Header --}}

{!! str_replace( [':module', ':entry_hour'], [__('modules')['dashboard']['invoicing']['title']], __('errors')['503-modular']['title'] ) !!}

{{-- Hotel Logo --}} {{-- Message --}} @php $is_mex_hotel = \App\Helpers\Environment\SystemEnvHelper::areCurrentCountries(['MEX']); $reason = str_replace( [ ':entity' ], [ $is_mex_hotel ? __('neutral_words')['hotel'] : __('neutral_words')['region'], ], __('errors')['503-modular']['reason'] ); @endphp
{!! $reason !!}
{!! __('errors')['503-modular']['solution'] !!}
@endsection @section('footer') @include('shared.components.footer.oposite-footer', ["display_social_media" => false]) @endsection