{!! Theme::partial('shortcode-heading', ['shortcode' => $shortcode]) !!}
@switch($shortcode->display_type) @case('list')
@break @default @foreach($categories as $category)
{{ $category->name }}
@endforeach @endswitch