{!! Form::customSelect( 'style', [ 'style-1' => __('Style :number', ['number' => 1]), 'style-2' => __('Style :number', ['number' => 2]), 'style-3' => __('Style :number', ['number' => 3]), 'style-4' => __('Style :number', ['number' => 4]), ], Arr::get($attributes, 'style'), ['class' => 'shortcode-field-select-style'] ) !!}
{{ Form::helper(__('Title must contain highlight text if you want that text to be highlight.')) }}
{{ 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('image', Arr::get($attributes, 'image')) !!}
{!! Form::mediaImage('image_1', Arr::get($attributes, 'image_1')) !!}
{!! Form::mediaImage('image_2', Arr::get($attributes, 'image_2')) !!}
{!! Form::mediaImage('background_image', Arr::get($attributes, 'background_image')) !!}
{!! Form::mediaImage('background_image_1', Arr::get($attributes, 'background_image_1')) !!}
{!! Form::mediaImage('background_image_2', Arr::get($attributes, 'background_image_2')) !!}
{!! Form::mediaImage('background_image_3', Arr::get($attributes, 'background_image_3')) !!}