@php $fields = [ 'name' => [ 'title' => __('Name'), 'required' => true ], 'image' => [ 'type' => 'image', 'title' => __('Logo'), 'required' => true ], 'link' => [ 'type' => 'text', 'title' => __('URL'), 'required' => false ], ]; @endphp
{{ Form::customColor('title_color', Arr::get($attributes, 'title_color')) }}
{{ Form::customColor('background_color', Arr::get($attributes, 'background_color')) }}
{{ Form::mediaImage('background_image', Arr::get($attributes, 'background_image')) }}
{!! Theme::partial('shortcodes.partials.tabs', compact('fields', 'attributes')) !!}