اجمالي الطلبات : {{ number_format($orders->total()) }}
@isset($total)
اجمالي الخصومات : {{ number_format($total['discount']) }}
اجمالي النقاط : {{ number_format($total['points']) }}
@endisset
@foreach ($orders as $order) @php $pointsDiscount = $order->discounts->where('type' , 'points')->first() ; @endphp @endforeach
ID الاجمالي النقاط المستخدمة قيمة النقاط تاريخ الانشاء تاريخ الطلب
{{ $order->id }} {{ $order->total }} {{ $pointsDiscount->data['points'] }} {{ $pointsDiscount->amount }} {{ $order->created_at }} {{ $order->date }}