@section('title', 'App Android') @section('head') @endsection @include('includes/header') @include('includes/topRadio')

App Android

@include('radio.menu-apps')
@if($action == 'new')

{{ __('site.page_ads_new_h1') }}

@if (\Session::has('error_name'))
{!! \Session::get('error_name') !!}
@endif
@if (\Session::has('error_url'))
{!! \Session::get('error_url') !!}
@endif
@if (\Session::has('error_img'))
{!! \Session::get('error_img') !!}
@endif {{ __('radio.app_ads_img_size') }}
@if($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
@else

{{ __('radio.app_ads_review_warning') }}
{{ __('radio.app_ads_tips_text') }} {{ __('radio.app_ads_tips_link') }}

@if (\Session::has('success')) @php Session::forget('success'); @endphp @endif
@if($allAds->count() == 0)
{{ __('site.page_ads_search_norec') }}
@else @foreach($allAds as $ads) @endforeach
{{ __('general.table_name') }} {{ __('site.page_ads_table_2') }} {{ __('site.page_ads_table_3') }} {{ __('radio.app_status') }}  
{{ $ads->name }} @if($ads->approved == '1') {{ ($ads->clicks ? $ads->clicks : '-') }} @else - @endif @if($ads->approved == '1') {{ ($ads->clicks && $ads->views > 0 ? number_format($ads->clicks*100/$ads->views,2,",").'%' : '0,00%') }} @else - @endif @if($ads->approved == '2') {{ __('radio.app_ads_status_rejected') }} @elseif($ads->approved == '1') {{ __('site.page_pods_new_input_3_1') }} @else {{ __('radio.app_ads_status_review') }} @endif
@endif
@endif
@include('includes/footer')