@if(count($orders) > 0)
@foreach($orders as $order) @endforeach
{{__('orders.id')}} {{__('orders.product_count')}} {{__('web.total')}} {{__('orders.created_at')}} {{__('orders.status')}} {{__('web.details')}}
{{$order->id}} {{$order->total_count}} {{$order->payment->total}} {{__('web.sar')}} {{$order->date}} {{__('orders.'.$order->status)}}
@else @endif