@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 : '') }}
|
{{ $item->quantity }} | {{ currency() . number_format($item->amount, 2) }} | ||
@lang('messages.noItemAdded') |
@lang('modules.order.amount') | @lang('modules.order.paymentMethod') | @lang('app.dateTime') |
---|---|---|
{{ currency() . number_format($item->amount, 2) }} |
($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')
|