{!! Form::open(['novalidate' => 'novalidate', 'onsubmit' => 'return updateSetting(this);']) !!}
{!! Form::text('setting[_border_width]', $_border_width, ['class' => 'form-control mr-3', 'placeholder' => '1px', 'style' => 'max-width: 80px' ]) !!}
{{--
--}}
{!! Form::checkbox('setting[_is_shadow]', 1, $_is_shadow, [ 'class' => 'form-check-input position-static' ]) !!}
{!! Form::close() !!}