@php $homepage_hero_carousels = App\Models\CMS\Media\Carousel::with('media')->where('place', 'homepage')->where('is_visible', true)->ordered()->get(); @endphp
@foreach($homepage_hero_carousels as $carousel) @include('web.themes.shella.components.carousel.hero-carousel-item', ['carousel' => $carousel]) @endforeach