@props([ 'isThumbnail', 'rowsCount' => 2, ]) @php $gridClasses = $isThumbnail ? 'grid-cols-1 sm:grid-cols-2 lg:grid-cols-2 xl:grid-cols-3 2xl:grid-cols-4' : 'grid-cols-1 sm:grid-cols-2 md:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-6 3xl:grid-cols-7'; // Render enough items for largest possible layout $limit = 24; $view = $isThumbnail ? 'thumbnail' : 'poster'; @endphp