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