message box

This commit is contained in:
medet97 2020-05-15 15:19:20 +05:00
parent 3cad0115e3
commit 1482531bba
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
</div>
<div class="form-group {{ ($errors->has('attachment')) ? 'has-error' : '' }}">
{!! Form::label('attachment', trans("ClientSide.attachment"), array('class'=>'control-label')) !!}
{!! Form::file('attachment'), array('class'=>'form-control', 'style'=>'width: fit-content') !!}
{!! Form::file('attachment'), array('class'=>'form-control') !!}
@if($errors->has('attachment'))
<p class="help-block">{{ $errors->first('attachment') }}e</p>
@endif