@extends('layouts.app') @section('title', 'Products') @section('content')
@include('products.partials.product-grid', ['products' => $products])
@endsection @push('modals') @endpush @push('scripts') @endpush