@php
$images = array_slice(array_reverse($game->images ?? []), 0, 6);
@endphp
@if(count($images) > 0)
@endif
@if(count($images) > 1)
@endif
@if(count($images) > 2)
@endif
@if(count($images) > 3)
@endif
@if(count($images) > 4)
@endif
@if(count($images) > 5)
@endif