background_color" => $shortcode->background_color]) >
{!! Theme::partial('shortcode-heading', ['shortcode' => $shortcode, 'hasButton' => false]) !!}
  • {{ __('View All') }}
  • @foreach($tabs as $key => $tab)
  • {{ $tab }}
  • @endforeach
@if($shortcode->button_url && $shortcode->button_label)
{!! BaseHelper::clean($shortcode->button_label) !!}
@endif