@extends('layouts.app') @section('content')
@include('partials.table', [ 'id' => $id, 'header' => $header, 'strings' => $orders, 'statuses' => $statuses, 'routeName' => 'order.show', ]) @include('partials.pagination', ['items' => $orders]) @if($errors->any()) @dump($errors) @endif @endsection