@lang('modules.menu.itemName') | @lang('modules.order.qty') | @lang('modules.order.price') | @lang('modules.order.amount') | @if (user_can('Delete Order'))@lang('app.action') | @endif
---|---|---|---|---|
{{ $itemName }}
{{ $itemVariation }}
@if (!empty($itemModifiersSelected[$key]))
@foreach ($itemModifiersSelected[$key] as $modifierOptionId)
@endif
{{ $this->modifierOptions[$modifierOptionId]->name }}
{{ currency_format($this->modifierOptions[$modifierOptionId]->price) }}
@endforeach
|
|
{{ currency_format($itemPrice)}} | {{ currency_format(($orderItemQty[$key] * ($itemPrice + (isset($orderItemModifiersPrice[$key]) ? $orderItemModifiersPrice[$key] : 0)) )) }} | @if (user_can('Delete Order'))@endif |
@lang('messages.noItemAdded') |