@lang('Item Name') | @lang('Qty') | @lang('Price') | @lang('Amount') | |
---|---|---|---|---|
{{ $item->menuItem ? $item->menuItem->item_name : '--' }}
@if ($item->modifierOptions->isNotEmpty())
@foreach ($item->modifierOptions as $modifier)
@endif
{{ $modifier->name }}
{{ currency_format($modifier->price) }}
@endforeach
|
{{ $item->quantity }} | {{ currency_format($item->price, restaurant()->currency_id) }} | {{ currency_format($item->amount) }} | |
@lang('messages.noItemAdded') |
This will cancel the order and delete any associated payments. Are you sure you want to proceed?