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

МАФ

@include('partials.year-switcher')
@if(hasRole('admin')) @endif
@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $products_sku, 'routeName' => 'product_sku.show', 'routeParam' => 'product_sku', ]) @include('partials.pagination', ['items' => $products_sku]) @endsection @push('scripts') @endpush