fix some bugs card page

pull/22/head
A1Gard 1 year ago
parent a43b29710c
commit 42e5580b05

@ -70,7 +70,7 @@
@if($pro->quantities()->sum('count') > 0) @if($pro->quantities()->sum('count') > 0)
@foreach($pro->quantities as $index => $q) @foreach($pro->quantities as $index => $q)
@if($q->count > 0) @if($q->count > 0)
@include('component.card-quantity',compact('q','pro','$index')) @include('component.card-quantity',compact('q','pro','index'))
@endif @endif
@endforeach @endforeach
@else @else

Loading…
Cancel
Save