attach_file {!! Form::text('', '', array_merge(['class' => 'uploadContainer-Input' ,'id' => $name.'_input'], $attributes)) !!} {!! Form::label('Choose file', 'Choose '.$name, ['class' => 'form-label']) !!} {!! Form::file($name, array_merge(['class' => 'form-control','id'=>$name], $attributes)) !!}
{!! $errors->first($name, '
:message
') !!}