@section('title', __('radio.app_webapp_title')) @section('head') @endsection @include('includes/header') @include('includes/topRadio')

{{ __('radio.app_webapp_title') }}

@if(!$siteData->pwa)
@include('radio.menu-apps')
{{ __('radio.app_webapp_no_plan') }}

{{ __('radio.app_webapp_contact_sales') }}

@else @if(isset($appData) && $appData->status == '1')
@include('radio.menu-apps')
{{ __('radio.app_status') }} {{ __('radio.app_status_published') }}
URL https://{{ $siteData->domain }}/app/
{{ __('radio.app_total_downloads') }} {{ $appData->downloads }}
@else
@include('radio.menu-apps')

{{ __('radio.app_name_limit_50') }}

{{ __('radio.app_modules_intro') }}

{{ __('radio.app_mod_now') }} {{ __('radio.app_required_badge') }}

{{ __('radio.app_mod_listen_desc') }}

{{ __('radio.app_mod_schedule_full') }}

{{ __('radio.app_mod_schedule_desc') }}

mod_schedule == 0 ? '' : 'checked') }} class="">

{{ __('radio.app_mod_chat_alt') }}

{{ __('radio.app_mod_chat_desc') }}

mod_chat == 0 ? '' : 'checked') }} class="">

{{ __('radio.app_mod_messages') }}

{{ __('radio.app_mod_messages_desc') }}

mod_messages == 0 ? '' : 'checked') }} class="">

{{ __('radio.app_mod_requests') }}

{{ __('radio.app_mod_requests_desc') }}

mod_requests == 0 ? '' : 'checked') }} class="">

{{ __('radio.app_bg_title') }}

{{ __('radio.app_bg_desc') }}

{{ __('radio.app_bg_image') }}

{{ __('radio.app_dimension') }} 1080 x 600 {{ __('radio.app_pixels') }}
{{ __('radio.app_bg_required') }}

{{ __('radio.app_logo_title') }}

{{ __('radio.app_logo_desc') }}

{{ __('radio.app_dimension') }} 500 x 500 {{ __('radio.app_pixels') }}

{{ __('radio.app_icon_title') }}

{{ __('radio.app_icon_desc') }}

{{ __('radio.app_dimension') }} 1024 x 1024 {{ __('radio.app_pixels') }}
{{ __('radio.app_dimension') }} 512 x 512 {{ __('radio.app_pixels') }}
{{-- --}}
{{ __('radio.app_icon_required') }}

@if($siteData->pwa) @else
{{ __('radio.app_plan_no_webapp') }}
{{ __('radio.app_plan_change') }} @endif

{{ __('radio.app_preview_label') }}

@endif @endif
@include('includes/footer')