{!! Shortcode::fields()->tabs([ 'title' => [ 'title' => __('Title'), ], 'subtitle' => [ 'title' => __('Subtitle') ], 'description' => [ 'title' => __('Description') ], 'image' => [ 'type' => 'image', 'title' => __('Image'), ], 'background_image' => [ 'type' => 'image', 'title' => __('Background_image'), ], 'youtube_video_url' => [ 'title' => __('Youtube video URL'), ], 'button_label' => [ 'title' => __('Button label'), ], ], $attributes, 2) !!}