{!! Shortcode::fields()->tabs([
'title' => [
'title' => __('Title'),
'type' => 'text',
],
'icon_image' => [
'type' => 'image',
'title' => __('Icon image'),
'type' => 'text',
],
'description' => [
'title' => __('Description'),
'type' => 'text',
],
'label' => [
'title' => __('Button label'),
'type' => 'text',
],
'url' => [
'title' => __('Button URL'),
'type' => 'text',
],
'type' => [
'type' => 'select',
'title' => __('Type'),
'options' => [
'personal' => __('Personal'),
'enterprise' => __('Enterprise'),
]
],
], $attributes) !!}