{!! Shortcode::fields()->tabs([
'title' => [
'title' => __('Title'),
'type' => 'text',
],
'description' => [
'title' => __('Description'),
'type' => 'text',
],
'image' => [
'title' => __('Image'),
'type' => 'image',
],
'action' => [
'title' => __('Action'),
'type' => 'text',
],
'label' => [
'title' => __('Label'),
'type' => 'text',
],
], $attributes) !!}
{!! Form::customSelect('style', [
'style-1' => __('Style :number', ['number' => 1]),
'style-2' => __('Style :number', ['number' => 2]),
'style-3' => __('Style :number', ['number' => 3]),
'style-4' => __('Style :number', ['number' => 4]),
], Arr::get($attributes, 'style')) !!}