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

Каталог

@if(hasRole('admin')) Добавить @endif
@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $products, 'routeName' => 'catalog.show', 'routeParam' => 'product', ])
@if($errors->count()) @dump($errors) @endif @endsection