@extends('layout.app') @section('content')

Select Criteria


{{-- @foreach ($packages_with_upload_download_from_clients as $item) @endforeach
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
--}}
@endsection @push('js') {{-- --}} @endpush