@section('title', __('radio.menu_item_3')) @section('head') @if(Config::get('constants.IS_APP')) @endif @endsection @include('includes/header') @include('includes/topRadio')

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

@if($period == 'custom')
@php $finalRange = ''; if($range){ $expRange = explode('|',$range); $finalRange = str_replace('-','/',$expRange[0]).' - '.str_replace('-','/',$expRange[1]); } @endphp
@elseif($period == 'date')
@endif

{{ ($period == 'custom' && !$range ? __('radio.stats_period_custom_title') : ($period == 'custom' && $range ? str_replace('-','/',str_replace('DATE2',$expRange[1],str_replace('DATE1',$expRange[0],$titleH1))) : ($period == 'date' && !$range ? __('radio.stats_period_date') :($period == 'date' && $range ? str_replace('-','/',str_replace('DATE',$range,$titleH1)) : $titleH1)))) }}

@php if(count($arrSources) == 1){ $sessSTR = __('radio.stats_session_singular'); }else{ $sessSTR = __('radio.stats_session_plural'); } @endphp {{ ($period == 'custom' && !$range ? __('radio.stats_select_period') : ($period == 'custom' && $range ? str_replace('SESSFINALSTR',$sessSTR,str_replace('SESSTOTAL',count($arrSources),$titleH2)) : str_replace('SESSFINALSTR',$sessSTR,str_replace('SESSTOTAL',count($arrSources),$titleH2)))) }}

@include('includes/footer')