@php $fields = [ 'key' => [ 'title' => __('Key'), ], 'title' => [ 'title' => __('Title'), ], 'subtitle' => [ 'title' => __('Subtitle'), ], 'description' => [ 'title' => __('Description'), ], 'image' => [ 'title' => __('Image'), 'type' => 'image' ], 'checklists' => [ 'title' => __('Checklists'), 'placeholder' => __('Task1, Task2,...') ], ]; @endphp
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}