| @lang('modules.menu.itemName') | @lang('modules.order.qty') | @lang('modules.order.amount') | @lang('app.action') | |
|---|---|---|---|---|
|
{{ $item->item_name }}
{{ (isset($orderItemVariation[$key]) ? $orderItemVariation[$key]->variation : '') }}
|
|
@php
$itemPrice = (isset($orderItemVariation[$key]) ? $orderItemVariation[$key]->price : $item->price);
@endphp
{{ currency() . ($orderItemQty[$key] * $itemPrice) }} | ||
| @lang('messages.noItemAdded') | ||||