@push('title', 'Radio')
{{ setting('hotel_name') }} Radio Luister live naar onze DJ's!
@if($currentDJ && is_array($currentDJ) && isset($currentDJ['username'])) @php $currentDJBanner = $banners->first(function($banner) use ($currentDJ) { return $banner->user && $banner->user->username === $currentDJ['username']; }); @endphp @if($currentDJBanner)
{{ $currentDJBanner->title ?? 'DJ Banner' }}
🔴 NU LIVE
@if($currentDJBanner->title || $currentDJBanner->description)
@if($currentDJBanner->title)

{{ $currentDJBanner->title }}

@endif @if($currentDJBanner->description)

{{ $currentDJBanner->description }}

@endif
@endif
@endif @endif @if($banners->count() > 0)

🎧 DJ Banners

@if($banners->count() > 1)
@foreach($banners as $index => $banner) @endforeach
@endif
@endif
@if($isOnline)
LIVE @else
OFFLINE @endif
@if($isOnline)
0 luisteraars
@endif
@if($currentDJ && is_array($currentDJ) && isset($currentDJ['username']))

Nu aan het draaien:

{{ $currentDJ['username'] }}

@if(isset($currentDJ['show_name']) && $currentDJ['show_name'])

{{ $currentDJ['show_name'] }}

@endif
@else

Geen DJ actief op dit moment

@endif @if($isOnline)

Nu aan het spelen:

Laden...

@endif
@if($isOnline)
@else
Radio is momenteel offline. We zijn zo terug!
@endif
@if($todaySchedule->count() > 0) Vandaag op Radio Bekijk volledig rooster
@foreach($todaySchedule as $slot)

{{ $slot->start_time->format('H:i') }}

{{ $slot->end_time->format('H:i') }}

{{ $slot->user->username }}

@if($slot->show_name)

{{ $slot->show_name }}

@endif
@if($currentDJ && is_array($currentDJ) && isset($currentDJ['username']) && ($currentDJ['username'] ?? '') === $slot->user->username) LIVE @endif
@endforeach
@endif @if($banners->count() > 0) Alle DJ Banners Ontdek onze DJ's
@foreach($banners as $banner)
{{ $banner->title ?? 'DJ Banner' }}
@if($banner->title)

{{ $banner->title }}

@endif @if($banner->user)

DJ: {{ $banner->user->username }}

@endif
@endforeach
@endif
@if($currentDJ && is_array($currentDJ) && isset($currentDJ['username'])) @php $currentDJBanner = $banners->first(function($banner) use ($currentDJ) { return $banner->user && $banner->user->username === $currentDJ['username']; }); @endphp Nu aan het Draaien Huidige DJ
@if($currentDJBanner) {{ $currentDJ['username'] }} @endif
LIVE

{{ $currentDJ['username'] }}

@if(isset($currentDJ['show_name']) && $currentDJ['show_name'])

{{ $currentDJ['show_name'] }}

@endif
@endif Radio Info Over onze radio

Luister live naar de beste muziek 24/7! Onze DJ's spelen jouw favoriete tracks.

📅 Bekijk het rooster @if(setting('radio_applications_enabled') == '1') 🎤 Word DJ @endif
@if($ranks->count() > 0) DJ Ranks Onze DJ niveaus
@foreach($ranks as $rank)
@if($rank->badge_code) @endif {{ $rank->name }}
@endforeach
@endif