{!! Shortcode::fields()->tabs([
'title' => [
'title' => __('Title'),
],
'description' => [
'title' => __('Description')
],
'image' => [
'title' => __('Image'),
'type' => 'image'
],
'topics' => [
'title' => __('Topics')
],
'comments' => [
'title' => __('Comments')
],
'account' => [
'title' => __('Account'),
'type' => 'select',
'options' => $teams
]
], $attributes) !!}