@extends('web.default.layouts.app', ['appFooter' => false, 'appHeader' => false, 'justMobileApp' => true]) @php $restrictionSettings = getRestrictionSettings(); @endphp @section('content')
@if(!empty($restrictionSettings['image']))
{{ $restrictionSettings['title'] }}
@endif @if(!empty($restrictionSettings['title']))

{{ $restrictionSettings['title'] }}

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

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

@endif
@endsection