@if(count($orders) > 0) @foreach($orders as $order)
{{__('web.order_provide')}}
{{__('web.total_order')}}
{{__('web.shipping_to')}}
{{$order->address->address}}
{{$order->address->city->descriptions()->name}}
{{$order->address->phone}}
{{__('web.status')}}
{{__('web.order_num')}} #{{$order->id}}
{{$product->product->descriptions()->name}}
{{__('web.not_exist_orders')}}