@php // Correctly handle the case where 'images' might be null and use 'images_count'. $imageCount = $studentLife->images_count ?? 6; $images = collect($studentLife->images ?? [])->take($imageCount); @endphp @if($images->isNotEmpty()) @endif