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

{{ $mobileAppSettings['title'] }}

@endif @if(!empty($mobileAppSettings['mobile_app_description']))

{!! nl2br($mobileAppSettings['mobile_app_description']) !!}

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