Reseller Management
@if ($jenis_data == 'Periode')
Loading.....
@else
@endif
Statistik Debit & Kredit Tahun {{ $cek_tahun }}
Statistik Customer & Invoice {{ $cek_tahun }}
| No. | Reseller | Aktivasi | Bandwith | Biaya | Customer | Invoice | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| New | Active | Block | Uninstall | Pending | All | Lunas | Ditagih | Pending | |||||
| {{ $loop->index + 1 }} | {{ $row->nama_ui }} | {{ tgl_indo($row->activated_at) }} | @if (!empty($bandwith->kapasitas)) @if ($bandwith->kapasitas >= 1000) {{ $bandwith->kapasitas / 1000 }} Gbps @else {{ $bandwith->kapasitas }} Mbps @endif @else 0 Mbps @endif | @if (!empty($bandwith->kapasitas)) {{ rupiah($bandwith->harga_produk) }}/Month @else 0/Month @endif | {{ number($customer->customer_new ?? 0) }} | {{ number($customer->customer_active ?? 0) }} | {{ number($customer->customer_blokir ?? 0) }} | {{ number($customer->customer_uninstall ?? 0) }} | {{ number($customer->customer_pending ?? 0) }} | {{ number($invoice->invoice_all ?? 0) }} | {{ number($invoice->invoice_settlement ?? 0) }} | {{ number($invoice->invoice_ditagih ?? 0) }} | {{ number($invoice->invoice_pending ?? 0) }} |