{{ $orderNote }}
| @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
@if($hasDiscount && $menuItemObj)
@php
$promotion = $menuItemObj->getActivePromotion(branch()?->id);
$discountPercent = $promotion && $promotion->discount_type === 'percent'
? number_format($promotion->discount_value, 0)
: 0;
@endphp
{{ $this->modifierOptions[$modifierOptionId]->name }}
{{ currency_format($this->modifierOptions[$modifierOptionId]->price , restaurant()->currency_id) }}
@endforeach
@if($discountPercent > 0)
{{ $discountPercent }}% OFF
@else
@lang('app.discount')
@endif
@endif
|
|
@if($hasDiscount)
{{ currency_format($originalTotalPrice, restaurant()->currency_id) }}
{{ currency_format($displayPrice, restaurant()->currency_id) }}
@else
{{ currency_format($displayPrice, restaurant()->currency_id) }}
@endif
|
{{ currency_format($totalAmount, restaurant()->currency_id) }} | @if (user_can('Delete Order'))@endif @empty |
| @lang('messages.noItemAdded') | ||||
| @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
@if($hasDiscount && $menuItemObj)
@php
$promotion = $menuItemObj->getActivePromotion(branch()?->id);
$discountPercent = $promotion && $promotion->discount_type === 'percent'
? number_format($promotion->discount_value, 0)
: 0;
@endphp
{{ $this->modifierOptions[$modifierOptionId]->name }}
{{ currency_format($this->modifierOptions[$modifierOptionId]->price , restaurant()->currency_id) }}
@endforeach
@if($discountPercent > 0)
{{ $discountPercent }}% OFF
@else
@lang('app.discount')
@endif
@endif
|
|
@if($hasDiscount)
{{ currency_format($originalTotalPrice, restaurant()->currency_id) }}
{{ currency_format($displayPrice, restaurant()->currency_id) }}
@else
{{ currency_format($displayPrice, restaurant()->currency_id) }}
@endif
|
{{ currency_format($totalAmount, restaurant()->currency_id) }} | @if (user_can('Delete Order'))@endif @empty |
| @lang('messages.noItemAdded') | ||||
Quick Service Mode: Direct bill and payment
@else {{-- Standard Mode: Show Send to Kitchen, Bill, Bill & Payment --}}{{ $validationMessage }}
@lang('modules.order.billedOrderDescription')
This action cannot be undone
@lang('modules.order.cancelOrderMessage')
Please select a reason for cancellation