@extends('layouts.app') @section('content')
@forelse($products as $product) @include('partials.product-card', ['product' => $product]) @empty
暂无匹配结果
@endforelse
@endsection