@stack($name . '_input_start')
{!! Form::label($name, $text, ['class' => 'form-control-label']) !!}
{!! Form::file($name, array_merge([ 'class' => 'custom-file-input form-attachment cursor', '@input' => 'onHandleFileUpload("' . $name .'", $event)' ], $attributes)) !!} {!! Form::label($name, $text, ['class' => 'custom-file-label']) !!}
@stack($name . '_input_end')