@php $fields = [ 'title' => [ 'title' => __('Title'), ], 'image' => [ 'type' => 'image', 'title' => __('Image'), ], 'description' => [ 'title' => __('Description'), ], 'primary_button_text' => [ 'title' => __('Slider action text'), 'placeholder' => __('Slider action text'), ], 'primary_slider_button_url' => [ 'title' => __('Slider learn more URL'), 'placeholder' => __('Learn more link'), ], 'secondary_button_text' => [ 'title' => __('Slider secondary button text'), 'placeholder' => __('Slider secondary button text'), ], 'secondary_slider_button_url' => [ 'title' => __('Slider secondary-button URL'), 'placeholder' => __('Learn more link'), ], ]; @endphp {!! Theme::partial('short-codes.partials.tabs', compact('fields', 'attributes')) !!}