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