@php
$fields = [
'title' => [
'title' => __('Title'),
],
'description' => [
'title' => __('Description'),
],
'icon_image' => [
'type' => 'image',
'title' => __('Icon image'),
],
'label' => [
'title' => __('Label'),
],
'url' => [
'title' => __('URL'),
],
'display' => [
'type' => 'select',
'title' => __('Display'),
'options' => [
'show_full' => __('Show full'),
'show_title' => __('Show title'),
],
],
];
@endphp
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}