Customer: | {{ optional($item->user)->name ?? 'N/A' }} |
---|---|
Category: | {{ $item->category->name ?? 'N/A' }} |
Weight: | {{ $item->weight }} kg |
Status: | @if ($item->status === 'store') Stored @elseif ($item->status === 'ship') Ready to Ship @else {{ ucfirst($item->status) }} @endif |
Stored At: | {{ $item->stored_at->format('Y-m-d') }} |
Shipped At: | {{ $item->shipped_at->format('Y-m-d') }} |
No items found.
@endif