{!! Shortcode::fields()->tabs([
'title' => [
'title' => __('Title'),
'type' => 'text',
],
'data' => [
'title' => __('Data'),
'type' => 'text',
],
'color' => [
'type' => 'select',
'title' => __('Color'),
'options' => [
'' => __('Default'),
'bg-brand-2' => __('Yellow'),
'bg-2' => __('Carrot'),
'bg-4' => __('Blue'),
]
],
], $attributes) !!}