{!! Shortcode::fields()->tabs([ 'key' => [ 'title' => __('Key'), 'type' => 'text', ], 'title' => [ 'title' => __('Title'), 'type' => 'text', ], 'subtitle' => [ 'title' => __('Subtitle'), 'type' => 'text', ], 'description' => [ 'title' => __('Description'), 'type' => 'textarea', ], 'image' => [ 'title' => __('Image'), 'type' => 'image' ], 'checklists' => [ 'title' => __('Checklists'), 'placeholder' => __('Task1, Task2,...'), 'type' => 'text', ], ], $attributes) !!}