This commit is contained in:
medet97 2020-05-14 18:56:25 +05:00
parent 654a63a69f
commit 27b1732902
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
</div>
<div class="form-group col-4 pr-0 {{ ($errors->has('attachment')) ? 'has-error' : '' }}">
{!! Form::label('attachment', trans("ClientSide.attachment"), array('class'=>'control-label')) !!}
{!! Form::file('attachment') !!}
{!! Form::file('attachment', array('class'=>'form-control')) !!}
@if($errors->has('attachment'))
<p class="help-block">{{ $errors->first('attachment') }}</p>
@endif