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

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

0

...
{{ __('radio.home_player_current') }}
...
@if($siteData->stream_server == 'hts033' || $siteData->stream_server == 'hts077')
{{ __('radio.home_maintenance_notice_1') }}
{{ __('radio.home_maintenance_notice_2') }}
@endif

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

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

{{ __('radio.home_blockinfo_item_1') }} {{ formatBytes($streamData->plan_space_used) }} / {{ formatBytes($streamData->plan_space) }}
{{ __('radio.home_blockinfo_item_3') }} {{ $streamData->plan_bitrate }} kbps
{{ __('radio.home_blockinfo_item_4') }} {{ ($streamData->plan_listeners == '999999' || $streamData->plan_listeners == '0' ? 'Ilimitados' : $streamData->plan_listeners) }}
{{ __('radio.home_blockinfo_item_5') }} {{ $playlists->count() }}
{{ __('radio.home_blockinfo_item_6') }} {{ $schedules->count() }}
@include('includes/footer')