@forelse($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_order_status) |
@lang('contact.customer') | {{$order->customer_name}} |
@lang('restaurant.table') | {{$order->table_name}} |
@lang('sale.location') | {{$order->business_location}} |