@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

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

{{ ($period == 'custom' && !$range ? 'Período personalizado' : ($period == 'custom' && $range ? str_replace('-','/',str_replace('DATE2',$expRange[1],str_replace('DATE1',$expRange[0],$titleH1))) : ($period == 'date' && !$range ? 'Data específica' :($period == 'date' && $range ? str_replace('-','/',str_replace('DATE',$range,$titleH1)) : $titleH1)))) }}

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

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

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

@include('includes/footer')