@extends('layouts.app')
@section('content')
@include('partials.table', [
'id' => $id,
'header' => $header,
'strings' => $orders,
'routeName' => 'schedule.orders.show',
'routeParam' => 'productionOrder',
'nav' => $nav,
])
@include('partials.pagination', ['items' => $orders])
@endsection