@php
$activeRooftop = $rooftop->where('active', true);
$firstRooftop = $activeRooftop->first();
@endphp
@if ($firstRooftop)
{{-- 🔒 IMAGEN PRINCIPAL (CONTAINER) --}}
{{-- THUMBNAILS FULL WIDTH --}}
@foreach ($activeRooftop as $item)
@php $url = Storage::url($item->image); @endphp
-
@endforeach
@endif
@push('scripts')
@endpush