Select Criteria
| Package Name | Package Limit | Down Load | Up Load | Total |
|---|---|---|---|---|
| {{ $item->package_name }} | {{ number_format($item->limit_quantity / 1024, 2, '.', '') }} GB | {{ number_format($item->down_load / 1024, 2, '.', '') }} GB | {{ number_format($item->up_load / 1024, 2, '.', '') }} GB | {{ number_format(($item->down_load + $item->up_load ) / 1024, 2, '.', '') }} GB |