{{ $order->show_formatted_order_number }}
{{ $order->items->count() }} @lang('modules.menu.item')
|
{{ $order->date_time->timezone($restaurant->timezone)->format(dateFormat() . ' ' . timeFormat()) }}
{{ currency_format($order->total, $restaurant->currency_id) }}
{{ $order->order_status->translatedLabel() }}