@extends('layouts.app') @section('content')
@include('products.partials.product-list', ['rows' => $rows])
@stop @push('javascript') @endpush