All items here cannot be deleted.
# | Item | Size & Optional | Price | Quantity | Totals |
---|---|---|---|---|---|
{{ ++$loop->index }} | {{ $orderItem->product_name }} |
{{ @$size->name }} ({{ currencyPosition(@$size->price) }})
options: @foreach ($options as $option) {{ @$option->name }} ({{ currencyPosition(@$option->price) }}) @endforeach |
{{ currencyPosition($orderItem->unit_price) }} | {{ $orderItem->qty }} | {{ currencyPosition($productTotal) }} |