Compare commits

...

2 Commits

@ -32,7 +32,7 @@
"plank/laravel-metable": "^5.2", "plank/laravel-metable": "^5.2",
"psr/log": "v2.*", "psr/log": "v2.*",
"symfony/dom-crawler": "^6.2", "symfony/dom-crawler": "^6.2",
"xmen/starter-kit": "^v2.2.0" "xmen/starter-kit": "^v3.1.0"
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-ide-helper": "^2.12", "barryvdh/laravel-ide-helper": "^2.12",

643
composer.lock generated

File diff suppressed because it is too large Load Diff

@ -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