{{ __('Counter') }}
{!! Shortcode::fields()->tabs([
'number' => [
'title' => __('Number'),
'type' => 'text',
],
'name' => [
'title' => __('Name'),
'type' => 'text',
],
], $attributes) !!}
{{ __('Brands') }}
{!! Shortcode::fields()->tabs([
'title' => [
'title' => __('Title'),
'type' => 'text',
],
'image' => [
'title' => __('Image'),
'type' => 'image',
],
'url' => [
'title' => __('URL'),
'type' => 'text',
],
'is_open_new_tab' => [
'title' => __('Is open new tab?'),
'type' => 'checkbox',
],
], $attributes) !!}