{{-- 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