@foreach(range(1, 3) as $i)
{!! Form::mediaImage('image_' . $i, Arr::get($attributes, 'image_' . $i)) !!}
@endforeach
{!! Shortcode::fields()->ids('testimonial_ids', $attributes, $testimonials) !!}
{!! Shortcode::fields()->tabs([
'title' => [
'title' => __('Title'),
],
'data' => [
'title' => __('Data'),
'type' => 'number',
],
'unit' => [
'title' => __('Unit')
],
], $attributes) !!}