{{ __('Title') }}
{{ __('Description') }}
{{ __('Button Label') }}
{{ __('Video URL') }}
{{ 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.') }}
{{ __('Background image') }}
{!! Form::mediaImage('background_image', Arr::get($attributes, 'background_image')) !!}
{{ __('Background image :number', ['number' => 1]) }}
{!! Form::mediaImage('background_image_1', Arr::get($attributes, 'background_image_1')) !!}
{{ __('Box') }}
{{ __('Box title') }}
{{ __('Box subtitle') }}
{{ __('Box description') }}
{!! Shortcode::fields()->tabs(
[
'title' => [
'type' => 'text',
'title' => __('Title'),
'required' => true,
],
'percent' => [
'type' => 'number',
'title' => __('Percent'),
'required' => true,
],
],
$attributes,
) !!}
{!! Shortcode::fields()->lazyLoading($attributes) !!}