@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

{{ $titleH1 }}

{{ ($period == 'custom' && !$range ? 'Selecione o período' : ($period == 'custom' && $range ? str_replace('-','/',str_replace('DATE2',$expRange[1],str_replace('DATE1',$expRange[0],$titleH2))) : ($period == 'date' && !$range ? 'Selecione a data': ($period == 'date' && $range ? str_replace('-','/',str_replace('DATE',$range,$titleH2)) : $titleH2)))) }}

@include('includes/footer')