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