| SL | PRODUCT NAME | SIZE | COLOR | PRICE | QTY | TOTAL |
|---|---|---|---|---|---|---|
| {{$index + 1 ?? ''}} | {{ $item->product->name ?? '' }} | {{ $item->size->name ?? 'No Size' }} | @if(isset($item->color)) @else No Color @endif | ${{ $item->unit_price ?? '' }} | {{ $item->quantity ?? '' }} | ${{ $item->subtotal ?? '' }} |
| Something went wrong! | ||||||