Notice
{{ $noticeText ?? 'Welcome to Orbit Esports. Join our daily matches and win big prizes.' }}
@if(isset($sliders) && $sliders->isNotEmpty())
@foreach ($sliders as $slide) @endforeach
@else
Default Banner
@endif
@if(isset($sliders) && $sliders->isNotEmpty()) @foreach ($sliders as $index => $slide)
@endforeach @else
@endif

Daily Matches

@if(isset($categories) && $categories->isNotEmpty()) @foreach($categories as $index => $cat)
{{ $cat->ct_name }}

{{ $cat->ct_name }}

@php $count = $gameCounts[$cat->slug] ?? 0; @endphp @if($count > 0) Matches Found ({{ $count }}) @else No Match Found @endif
@endforeach @else

No Categories Found.

@endif
@include('partials.bottom-nav')