{{-- --}}
attach_file {!! Form::text($name, $value, array_merge(['class' => 'uploadContainer-Input', 'placeholder' => trans('', ['field' => $text])], $attributes)) !!} {!! Form::file($name, array_merge(['class' => 'form-control'], $attributes)) !!}
{!! $errors->first($name, '

:message

') !!}