@extends('layouts.app') @section('title', __('radio.music') . ' - ' . config('app.name')) @push('styles') @endpush @section('content')
@if(!$enabled)

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

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

@if($offlineMessage)

{{ $offlineMessage }}

@endif
@else

{{ __('radio.live') }} {{ __('radio.music') }}

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

@if($showListeners)
-- {{ __('radio.listeners') }}
@endif {{ __('radio.top_100') }}
@if($currentDJ && $currentDJ->user) {{ $currentDJ->user->username }} @else 🎵 @endif

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

@if($nowPlaying && $nowPlaying['title']) {{ $nowPlaying['title'] }} @else -- @endif

@if($nowPlaying && $nowPlaying['artist'])

{{ $nowPlaying['artist'] }}

@endif
@if($showCurrentDJ && $currentDJ && $currentDJ->user)

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

{{ $currentDJ->user->username }}

@endif
@push('scripts') @endpush