$style == 1,
'border-t -mt-8 z-10' => $shortcode->getName() === 'featured-properties-on-map'
])>
@foreach($searchTabs as $key => $value)
@continue(! in_array($key, $shortcode->search_tabs))
! $loop->first]) id="{{ $key }}" role="tabpanel" aria-labelledby="{{ $key }}-tab">
@php($type = $key === 'projects' ? 'project' : 'property')
{!! Theme::partial("filters.$type", ['type' => $key, 'categories' => $categories]) !!}
@endforeach