Import Summary
{{ $importSummary['total_rows'] }} rows · {{ $importSummary['imported'] }} imported · {{ $importSummary['skipped'] }} skipped · {{ $importSummary['errors'] }} errors
Duplicates ({{ count($alreadyExistMessages) }})
@foreach(array_slice($alreadyExistMessages, 0, 5) as $msg){{ $msg }}
@endforeach @if(count($alreadyExistMessages) > 5)... and {{ count($alreadyExistMessages) - 5 }} more
@endifComma-separated CSV with a header row.
Required
Optional columns
| Ext. Order ID | Order ID | Item ID | Qty | Partslink | Status | Error | Created |
|---|---|---|---|---|---|---|---|
| {{ $order->external_order_id }} | {{ $order->order_id }} | {{ $order->item_id }} | {{ $order->quantity }} | {{ $order->partslink }} | @php $statusStyles = [ -1 => 'background:#fef2f2;color:#991b1b;border:1px solid #fecaca;', 0 => 'background:#fffbeb;color:#92400e;border:1px solid #fde68a;', 1 => 'background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;', 2 => 'background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;', ]; $badgeStyle = $statusStyles[$order->processed] ?? ''; @endphp {{ $order->status_label }} | {{ $order->created_at ? $order->created_at->format('m/d/Y') : '-' }} | |
| No orders found | |||||||