background_color" => $shortcode->background_color]) >
{!! Theme::partial('shortcode-heading', ['shortcode' => $shortcode, 'hasButton' => false]) !!}
    count($tabs) < 2]) role="tablist" data-bb-toggle="properties-tab" data-url="{{ route('public.ajax.properties') }}" data-attributes="{{ json_encode([ 'type' => $shortcode->type, 'is_featured' => $shortcode->is_featured ? 1 : 0, 'limit' => $shortcode->limit, 'category_ids' => $categoryIds, ]) }}" >
  • {{ __('View All') }}
  • @foreach($tabs as $key => $tab)
  • {{ $tab }}
  • @endforeach
@if($shortcode->button_url && $shortcode->button_label)
{!! BaseHelper::clean($shortcode->button_label) !!}
@endif