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

Заказы МАФ

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