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

Заказы МАФ

@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $products_sku ])
@if($errors->count()) @dump($errors) @endif @endsection @push('scripts') @endpush