Showing {{ $orders->firstItem() ?? 0 }} of {{ $orders->total() }} orders
?
@forelse ($orders as $order) @empty @endforelse
FULFILLMENT STATUS STORE ORDER ID FBR POS ID ORDER DATE DELIVERY STATUS ITEMS CUSTOMER SHIPPING ADDRESS CITY TOTAL TAX BALANCE TAGS COURIER PAYMENT STATUS LOCATION SALES REP COMMENTS CREATED BY SYSTEM CREATION DATE CONFIRM BY PAYMENT ACTION WEIGHT BOOKING DETAILS INTERNAL NOTES
Fulfilled My Store {{ $order->invoice_no }} - {{ $order->order_date ? $order->order_date->format('d M Y') : '-' }} {{ $order->order_status }} {{ $order->details->count() ?? 0 }} {{ $order->customer->name ?? '-' }} {{ $order->customer->shipping_address_line_1 ?? $order->customer->address ?? '-' }} {{ $order->customer->shipping_city ?? $order->customer->billing_city ?? '-' }} {{ number_format($order->total, 2) }} {{ number_format($order->vat, 2) }} {{ number_format($order->due, 2) }} - - {{ $order->due > 0 ? 'Unpaid' : 'Paid' }} {{ $order->customer->shipping_city ?? $order->customer->billing_city ?? '-' }} - - - {{ $order->created_at ? $order->created_at->format('d M Y') : '-' }} - - - - -

No orders yet

Orders will be displayed here when you start making sales.