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

Заказы МАФ

@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $maf_orders, 'routeName' => 'maf_order.show', ]) @include('partials.pagination', ['items' => $maf_orders]) @if($errors->count()) @dump($errors) @endif @endsection @push('scripts') @endpush