@foreach ($games as $g) @php $providerKey = strtoupper($g->game_provider); $providerIcon = $providerIconMap[$providerKey] ?? null; @endphp