{{ __t('Manutenzione') }}
Opps! {{ __t('Servizio attualmente in manutenzione.') }}
@php $custom_content = setting('app.maintenance.content'); @endphp @if(!empty($custom_content))
@if(!empty($custom_content))
{!! get_setting('app', 'content', 'maintenance') !!}
@endif
@endif