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 @if (isset($package_limit)) Total Limit ⬆️⬇️ {{ number_format($package_limit / 1024 , 2, '.', '') }} GB @endif Total Client 👨🏻‍🔧 {{ $list->count()}}

@include('clients.customer_search')