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