@lang('modules.menu.itemName') | @lang('modules.order.qty') | @lang('modules.order.amount') | @lang('app.action') | |
---|---|---|---|---|
{{ $item->menuItem->item_name }}
{{ isset($item->menuItemVariation) ? $item->menuItemVariation->variation : '' }}
@if($item->modifierOptions->isNotEmpty())
@foreach ($item->modifierOptions as $modifier)
@endif
{{ $modifier->name }}
{{ currency_format($modifier->price) }}
@endforeach
|
{{ $item->quantity }} | {{ currency_format($item->amount) }} | ||
@lang('messages.noItemAdded') |
@lang('modules.order.amount') | @lang('modules.order.paymentMethod') | @lang('app.dateTime') |
---|---|---|
{{ currency_format($item->amount) }} |
$item->payment_method == 'due',
])>
@switch($item->payment_method)
@case('cash')
@break
@case('upi')
@break
@case('card')
@break
@default
@endswitch
@lang('modules.order.' . $item->payment_method)
|
@if ($item->payment_method == 'due')
|