@extends("design_1.web.layouts.app", ['appFooter' => false, 'appHeader' => false, 'justMobileApp' => true]) @push("styles_top") @endpush @php $restrictionSettings = getRestrictionSettings(); @endphp @section("content")
@if(!empty($restrictionSettings['right_float_image']))
{{ trans('update.right_float_image') }}
@endif @if(!empty($restrictionSettings['image']))
{{ $restrictionSettings['title'] ?? '' }}
@endif @if(!empty($restrictionSettings['title']))

{{ $restrictionSettings['title'] }}

@endif @if(!empty($restrictionSettings['description']))

{!! nl2br($restrictionSettings['description']) !!}

@endif @if(!empty($restrictionSettings['maintenance_button']) and !empty($restrictionSettings['maintenance_button']['title']) and !empty($restrictionSettings['maintenance_button']['link'])) {{ $restrictionSettings['maintenance_button']['title'] }} @endif
@endsection @push('scripts_bottom') {{-- --}} @endpush