@extends('template.layout') @section('title', 'Streamers') @section('submenuItem', 'streamers') @section('content')

To appear on our main live display boxes, please make sure to include "Ravenor.Online" in the title of your stream. This helps us highlight your broadcast to our community! 🎮🎉

🛑 Attention:

1 - Using the "Ravenor.Online" tag for unrelated content may result in system suspension or ban. Please ensure compliance with our guidelines to avoid penalties. 🚫🚷

2 - Only contracted streamers appear in the main display boxes.


Loading...

Complete!

0000%




Streamer List
Streamer Details Viewers  
{{-- Please note that the supported and promoted streams are not run by us, but by third parties. Consequently, we assume no liability for their content, even though we keep an eye on them. Please keep this in mind while visiting. Also, we strongly advise you not to download any files or programs.


Streamer List
@if(empty(config('streamers.usernames'))) @endif

If you include any of the words listed below in your streaming title, you will automatically be added to the list.

    @if(empty(config('streamers.settings.usernames'))) @foreach(config('streamers.settings.titleKeywords') as $keyword)
  • {{ \Illuminate\Support\Str::ucfirst($keyword) }}
  • @endforeach @endif
@forelse($streamersList as $streamer) @php $rowClass = $loop->index % 2 == 0 ? 'Even' : 'Odd'; @endphp @empty @endforelse
Streamer Details Viewers  
{{ $streamer['user_name'] }}
{{ $streamer['title'] }}
Views: {{ number_format($streamer['viewer_count']) }}
Followers: {{ number_format($streamer['follower_count']) }}
@if($streamer['online']) LIVE @else OFFLINE @endif
There is currently no one streaming.

--}} @endsection