@php $total = 0 ; @endphp

اعداد الذبائح

@foreach($orderDetails as $orderDetail) @php $total += $orderDetail->count ; @endphp @endforeach
الاسم عدد الطلبات
{{ $orderDetail->product->category->name }} {{ $orderDetail->product->name }} {{ $orderDetail->weight }} {{ $orderDetail->count }}
المجموع {{ $total }}