@foreach ($orders as $order)
| #{{ $order->id }} |
{{ $order->client->fullname }} |
{{ trans('dashboard.order.statuses.'.$order->order_status) }} |
@foreach ($order->orderProducts as $product)
-
@endforeach
|
{{ $order->total_price }}
|
{{ $order->created_at->isoFormat("D MMMM , Y ( h:mm a )") }} |
|
@endforeach