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