-
@auth
@else
@endauth
{{ $g->game_name }}@if($providerIcon)
@endif
@endforeach
@foreach ($games as $g)
@php
$isLoggedIn = !auth()->check();
$providerKey = strtoupper(trim($g->game_provider));
$providerIcon = $providerIconMap[$providerKey] ?? null;
@endphp