@php $fields = [ 'title' => [ 'title' => __('Title'), ], 'icon_image' => [ 'type' => 'image', 'title' => __('Icon image'), ], 'description' => [ 'title' => __('Description'), ], 'label' => [ 'title' => __('Button label') ], 'url' => [ 'title' => __('Button url') ], ]; @endphp {!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}