#{{$order->invoice_no}}

@lang('restaurant.placed_at') {{@format_date($order->created_at)}} {{ @format_time($order->created_at)}}
@lang('restaurant.order_status') @lang('restaurant.order_statuses.' . $order->res_line_order_status)
@lang('contact.customer') {{$order->customer_name}}
@lang('restaurant.table') {{$order->table_name}}
@lang('restaurant.service_staff') {{$order->service_staff_name ?? ''}}
@lang('sale.location') {{$order->business_location}}
@lang('sale.product') {{$order->product_name}} @if($order->product_type == 'variable') - {{$order->product_variation_name}} - {{$order->variation_name}} @endif @if(!empty($order->modifiers) && count($order->modifiers) > 0) @foreach($order->modifiers as $key => $modifier)
{{$modifier->product->name ?? ''}} @if(!empty($modifier->variations)) - {{$modifier->variations->name ?? ''}} @if(!empty($modifier->variations->sub_sku)) ({{$modifier->variations->sub_sku ?? ''}}) @endif @endif @endforeach @endif
@lang('lang_v1.quantity') {{$order->quantity}}{{$order->unit}}
@lang('lang_v1.description') {!! nl2br($order->sell_line_note ?? '') !!}