{{ __('order.all_items_here_cannot_be_deleted') }}
| {{ __('#') }} | {{ __('order.item') }} | {{ __('levels.price') }} | {{ __('levels.quantity') }} | {{ __('level.totals') }} |
|---|---|---|---|---|
| {{ $itemKey+1 }} | {{ $item->product->name }} | {{ currencyFormat($item->unit_price) }} | {{ $item->quantity }} | {{ currencyFormat($item->item_total) }} |