@php $totalQuantity = $products->sum('quantity'); $totalOrders = $products->count(); $deliveryCount = $products->where('LocationID', null)->count(); $collectionCount = $products->where('LocationID', '!=', null)->count(); @endphp