Fixed #8773 - wrong path for suppliers image on suppliers edit

This commit is contained in:
snipe 2020-11-17 16:10:54 -08:00
parent 7f126969d0
commit f19b9a44fc

View file

@ -52,7 +52,7 @@
{{ Form::checkbox('image_delete', '1', old('image_delete'), array('class' => 'minimal', 'aria-label'=>'required')) }}
</label>
<br>
<img src="{{ url('/') }}/uploads/models/{{ $item->image }}" alt="Image for {{ $item->name }}">
<img src="{{ url('/') }}/uploads/suppliers/{{ $item->image }}" alt="Image for {{ $item->name }}">
{!! $errors->first('image_delete', '<span class="alert-msg" aria-hidden="true"><br>:message</span>') !!}
</div>
</div>