@php $gallery = $departamento->galeria ?? []; $firstImage = $gallery[0] ?? null; @endphp @if ($firstImage)
{{-- 🔒 IMAGEN PRINCIPAL (CONTAINER) --}}
{{ $departamento->titulo }}
{{-- THUMBNAILS FULL WIDTH --}}
@endif @push('scripts') @endpush