| Buyer | Status | Channel | Items | |||
|---|---|---|---|---|---|---|
| {{ $order->amazon_order_id }} @if($order->is_prime) Prime @endif |
{{ $order->purchase_date?->format('M d, Y') }} {{ $order->purchase_date?->format('H:i') }} |
{{ $order->buyer_name ?: '—' }}
{{ $order->buyer_email ?: '' }}
|
@php $color = $order->statusColor(); $classes = [ 'green' => 'bg-green-50 text-green-700 ring-green-100', 'yellow' => 'bg-yellow-50 text-yellow-700 ring-yellow-100', 'blue' => 'bg-blue-50 text-blue-700 ring-blue-100', 'red' => 'bg-red-50 text-red-700 ring-red-100', 'gray' => 'bg-gray-50 text-gray-600 ring-gray-100', ][$color] ?? 'bg-gray-50 text-gray-600 ring-gray-100'; @endphp {{ $order->order_status }} | {{ $order->fulfillment_channel === 'AFN' ? 'FBA' : 'FBM' }} | {{ $order->items->count() }} item(s) | @if($order->order_total) {{ $order->currency_code }} {{ number_format($order->order_total, 2) }} @else — @endif |
|
No orders found.
@if($search || $statusFilter)
@endif |
||||||