@if($dataAutoDJInfo['status_autodj'] == 'on')
{{ __('radio.home_block_ajax_autodj_item1') }} {{ $finalCodecInfo }}
{{ __('radio.home_block_ajax_autodj_item2') }} {{ $finalBroadcastTime }}
{{ __('radio.home_block_ajax_autodj_item3') }} {{ (isset($getCurrentPlaylist) ? $getCurrentPlaylist->name : 'PLAYLIST REMOVIDA') }} @if($getStreamDetails->current_playlist_type == '1'){{ __('radio.home_block_ajax_autodj_item3_msg') }}@endif
{{ __('radio.home_block_ajax_autodj_item4') }} {{ (isset($dataInfo) && !empty($dataInfo['current']) ? str_replace('\\','',str_replace('masculino0','Hora certa - Masculina 0',str_replace('feminina0','Hora certa - Feminina 0',$dataInfo['current']))) : '...') }}
{{ __('radio.home_block_ajax_autodj_item5') }} {{ (isset($dataInfo) && isset($dataInfo['next']) ? $dataInfo['next'] : '...') }}
{{ __('radio.home_block_ajax_autodj_item6') }} {{ __('radio.home_block_ajax_autodj_item6_btn') }} @if($getStreamDetails->plan_reports) @endif
@if($dataInfo && count($dataInfo['list']) == 0) @else @php if(isset($dataInfo)){ $i=0; foreach($dataInfo['list'] as $item){ @endphp @php if($i == 6){break;} $i++;} }@endphp @endif
{{ __('radio.home_block_ajax_autodj_waiting') }}
{{ str_replace('\\','',$item['song']) }}
@elseif($dataAutoDJInfo['status_autodj'] != 'on' && $playlists->count() >= 1)
{{ __('radio.home_block_ajax_autodj_stoped_h1') }} {{ __('radio.home_block_ajax_autodj_stoped_h2') }}
@else
{{ __('radio.home_block_ajax_autodj_stoped_empty_h1') }} {{ __('radio.home_block_ajax_autodj_stoped_empty_h2') }} {{ __('radio.home_block_ajax_autodj_stoped_empty_btn') }}
@endif