{{ Form::helper('YouTube URL (e.g: https://www.youtube.com/watch?v=aJOTlE1K90k) or upload mp4 video in Admin -> Media and give that video URL here.') }}
{!! Form::mediaImage('background_image', Arr::get($attributes, 'background_image')) !!}
{!! Form::mediaImage('background_image_1', Arr::get($attributes, 'background_image_1')) !!}
{{ __('Box') }}
{!! Shortcode::fields()->tabs( [ 'title' => [ 'type' => 'text', 'title' => __('Title'), 'required' => true, ], 'percent' => [ 'type' => 'number', 'title' => __('Percent'), 'required' => true, ], ], $attributes, ) !!}
{!! Shortcode::fields()->lazyLoading($attributes) !!}