@extends('layouts.app') @section('content')
@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $products, 'routeName' => 'catalog.show', 'routeParam' => 'product', ]) @include('partials.pagination', ['items' => $products]) @endsection