This commit is contained in:
Edward Yang 2022-09-08 09:48:28 +08:00
parent 42caca4405
commit 66220b3dfd
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
<x-shop-breadcrumb type="static" value="products.search" />
<div class="row">
@if (count($products))
@foreach ($products as $product)
@if (count($items))
@foreach ($items as $product)
<div class="col-6 col-md-3">@include('shared.product')</div>
@endforeach
@else