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

Заказы МАФ

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