@php
$fields = [
'title' => [
'title' => __('Title'),
],
'image' => [
'type' => 'image',
'title' => __('Image'),
],
'address' => [
'title' => __('Address'),
],
'phone' => [
'title' => __('Phone'),
],
'email' => [
'title' => __('Email'),
],
];
@endphp
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}