{{-- Renders a single project slot: image, text, video (youtube/bunny/frameio/mp4). Expected $slot shape: type : 'image' | 'text' | 'video' image : ['url' => string, 'alt' => string] media : ['type' => string, 'url' => string, 'embedUrl' => string] | null --}} @php $stretch = $stretch ?? false; $squareEmbed = $squareEmbed ?? false; $slotType = $slot['type'] ?? ''; @endphp @if($slotType === 'image' && !empty($slot['image']['url']))