fixed new product bug

master
A1Gard 2 months ago
parent 07fd4c9ec6
commit 7b689b839b

@ -191,6 +191,7 @@
{{__("Attachments")}} {{__("Attachments")}}
</h3> </h3>
<br> <br>
@if(isset($item))
<fast-attaching <fast-attaching
:attachments='@json($item->attachs)' :attachments='@json($item->attachs)'
xlang="{{config('app.locale')}}" xlang="{{config('app.locale')}}"
@ -199,4 +200,5 @@
model="{{get_class($item)}}" model="{{get_class($item)}}"
id="{{$item->id}}" id="{{$item->id}}"
></fast-attaching> ></fast-attaching>
@endif
</div> </div>

Loading…
Cancel
Save