@php $fields = [ 'heading' => [ 'title' => __('Heading'), ], 'description' => [ 'title' => __('Description'), ], 'icon' => [ 'type' => 'image', 'title' => __('Image'), ], ]; $max = 3; @endphp
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes', 'max')) !!}