{!! Shortcode::fields()->tabs([ 'title' => [ 'title' => __('Title'), 'type' => 'text', ], 'image' => [ 'title' => __('Image'), 'type' => 'image' ], 'data' => [ 'title' => __('Data'), 'type' => 'number', ], 'unit' => [ 'title' => __('Unit'), 'type' => 'text', ], ], $attributes) !!}