@php
$fields = [
'title' => [
'title' => __('Title'),
],
'image' => [
'title' => __('Image'),
'type' => 'image'
],
'data' => [
'title' => __('Data'),
'type' => 'number',
],
'unit' => [
'title' => __('Unit')
],
];
@endphp
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}