@forelse($line_orders as $order)
| @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('sale.location') | {{$order->business_location}} |
| @lang('sale.product') | {{$order->product_name}} @if($order->product_type == 'variable') - {{$order->product_variation_name}} - {{$order->variation_name}} @endif |
| @lang('lang_v1.quantity') | {{$order->quantity}}{{$order->unit}} |