{!! Shortcode::fields()->tabs([ 'title' => [ 'title' => __('Title'), 'type' => 'text', ], 'image' => [ 'type' => 'image', 'title' => __('Image'), ], 'description' => [ 'title' => __('Description'), 'type' => 'textarea', ], ], $attributes) !!}