Total Down Load⬇️ {{ number_format($list->sum('down_bandwidth') / 1024, 2, '.', '') }} GB Total Up Load⬆️ {{ number_format($list->sum('up_bandwidth') / 1024, 2, '.', '') }} GB Total Upload Download⬆️⬇️ {{ number_format(($list->sum('down_bandwidth') + $list->sum('up_bandwidth')) / 1024, 2, '.', '') }} GB Total Client 👨🏻‍🔧 {{ $list->count() }}

{{-- @include('clients.customer_search') --}} @include('packages.updownReport.clients')