@php $fields = [ 'title' => [ 'title' => __('Title'), ], 'data' => [ 'title' => __('Data'), 'type' => 'number', ], 'unit' => [ 'title' => __('Unit') ], ]; @endphp {!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}
{!! Form::customSelect('style', [ 'style-1' => __('Style :number', ['number' => 1]), 'style-2' => __('Style :number', ['number' => 2]), ], Arr::get($attributes, 'style')) !!}