@include('panel.admin.market.components.marketplace-filter')
{{-- TODO: This banner section should be made in accordance with the design. --}}
@if (is_array($banners) && $banners)
@foreach ($items as $item)
{{-- TODO: {{ $item['is_featured'] ? 'border-red-500': '' --- If is featured true, a border gradient must be added. --}}
@include('default.panel.admin.marketplace.particles.index-item')
@endforeach