@forelse ($games as $game)
@endforelse
{{-- LINK GAME --}}
@auth
@if($maintenanceGame)
@else
@endif
@else
@endauth
{{-- RTP (VISUAL ONLY) --}}
@php
$rtp = rand(50, 95);
$color = $rtp >= 70 ? 'bg-success' : ($rtp >= 55 ? 'bg-warning' : 'bg-info');
@endphp
@empty
{{ $game->game_name }}
Tidak ada game tersedia.