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

Каталог

@include('partials.year-switcher')
@if(hasAccess('catalog.import', 'admin')) @endif @if(hasAccess('catalog.export', 'admin')) @endif @if(hasAccess('catalog.create', 'admin')) Добавить @endif
@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $products, 'routeName' => 'catalog.show', 'routeParam' => 'product', ]) @include('partials.pagination', ['items' => $products]) @endsection