{{ __('Description') }}
{!! Form::mediaImage('banner_image', Arr::get($attributes, 'banner_image')) !!}
{!! Shortcode::fields()->tabs([
'title' => [
'title' => __('Title'),
'type' => 'text',
],
'data' => [
'title' => __('Data'),
'type' => 'number',
],
'unit' => [
'title' => __('Unit'),
'type' => 'text',
],
], $attributes) !!}