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