Active orders

@foreach($active_orders as $order) @endforeach
Internal PO Customer PO Order Date Due Date Status Rush View
{{$order->internal_po}} {{$order->customer_po}} {{$order->order_date}} {{$order->due_date}} {{$order->status->value}} @if($order->rush) @endif
{{$active_orders->links()}}