{!! Form::label($name, $text, ['class' => 'control-label']) !!} {!! Form::file($name, null, array_merge(['class' => 'form-control'], $attributes)) !!} {!! $errors->first($name, '

:message

') !!}