@php $autoDj = \Illuminate\Support\Facades\Cache::get('radio_auto_dj_active'); @endphp @if($autoDj)
Auto DJ is actief

Speelt: {{ $autoDj['title'] ?? 'Onbekend' }}{{ $autoDj['artist'] ? ' - ' . $autoDj['artist'] : '' }}

@else
Auto DJ is niet actief

Auto DJ wordt geactiveerd wanneer er geen DJ live is en er tracks in de playlist staan.

@endif {{ $this->table }}