@php $fields = [ 'title' => [ 'title' => __('Title'), ], 'description' => [ 'title' => __('Description') ], 'image' => [ 'title' => __('Image'), 'type' => 'image' ], 'action' => [ 'title' => __('Action') ], 'label' => [ 'title' => __('Label') ], ]; @endphp
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', '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')) !!}