Notice
{{ $noticeText ?? 'Welcome to Orbit Esports. Join our daily matches and win big prizes.' }}
Daily Matches
@if(isset($categories) && $categories->isNotEmpty())
@foreach($categories as $index => $cat)
@endforeach
@else
{{ $cat->ct_name }}
@php $count = $gameCounts[$cat->slug] ?? 0; @endphp @if($count > 0) Matches Found ({{ $count }}) @else No Match Found @endifNo Categories Found.
@endif