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

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

@if(!$allSongs)
{{ __('radio.msg_no_records') }}
@else @foreach($allSongs as $song) @php $sepSong = explode('|',$song); $sepTime = explode(':',$sepSong[0]); $sepSec = explode(' -',$sepTime[3]); $sepDate = explode('/',$sepTime[0]); $month = array('Jan'=>'01','Feb'=>'02','Mar'=>'03','Apr'=>'04','May'=>'05','Jun'=>'06','Jul'=>'07','Aug'=>'08','Sep'=>'09','Oct'=>'10','Nov'=>'11','Dec' => '12'); @endphp @endforeach
{{ $sepDate[0].'/'.$month[$sepDate[1]].'/'.$sepDate[2].' - '.$sepTime[1].':'.$sepTime[2].':'.$sepSec[0] }} {{ str_replace('masculino0','Hora certa - Voz Masculina 0',str_replace('feminino0','Hora certa - Voz Feminina 0',$sepSong[1])) }}
@endif
@include('includes/footer')