← Back to Dashboard

All Orders

@forelse($orders as $order) @empty @endforelse
Order Date Items Status Total Actions
{{ $order->order_number }} {{ $order->created_at->format('M d, Y') }} {{ $order->items->sum('quantity') }} items {{ ucfirst(str_replace('_', ' ', $order->production_status)) }} KES {{ number_format($order->total_amount, 2) }} View
No orders found
@if($orders->hasPages())
{{ $orders->links() }}
@endif