@lang('modules.order.orderNumber') #SAMPLE-001
{{ now()->format('D, d M Y, H:i') }}
@if($tableNumber)
@lang('modules.settings.tableNumber'): 01
@endif
@if($totalGuest)
@lang('modules.order.noOfPax'): 2
@endif
@if($waiter)
@lang('modules.order.waiter'): John Smith
@endif
@if($customerName)
@lang('modules.customer.customer'): Jane Doe
@endif
@if($customerAddress)
@lang('modules.customer.customerAddress'): 123 Sample Street
@endif
@lang('modules.order.subTotal'):
{{ currency_format(35) }}
@if($restaurantTax)
Tax (10%):
{{ currency_format(3.5) }}
@endif
@lang('modules.order.total'):
{{ currency_format(38.50) }}