@extends('layouts.app') @section('content')

Каталог

@include('partials.table', [ 'id' => $id, 'header' => $header, 'data' => $products ])
@if($errors->count()) @dump($errors) @endif @endsection