Selamat Datang, {{ Auth::user()->nama }}

@if ($freelance->periode_fee == 'Monthly')
{{ $customer_active }} Active
in Customer
{{ $customer_block }} Block
in Customer
{{ $customer_uninstall }} Uninstall
in Customer
Rp. {{ number($omzet_invoice) }}
Invoice Pelanggan
Rp. {{ number($settlement_invoice) }}
Invoice Lunas
Rp. {{ number($total_biaya) }}
Potongan (PPn, BHP USO, PG, Adm.)
Rp. {{ number($this_month_commision) }}
Pendapatan Komisi {{ date('M Y') }} ({{ $freelance->persentase_fee }}%)
Rp. {{ number($saldo_komisi - $saldo_wd) }}
Saldo Komisi
Rp. {{number($saldo_wd)}}
Withdraw pada May 2025 {{ date('M Y') }}

History Pembayaran Invoice

@foreach ($freelance_fee as $row) @php $profit = $row->nilai_dibayar - ($row->ppn + $row->bhp_uso + $row->biaya_admin + $row->payment_gateway); $komisi = ($profit * $row->persentase_komisi) / 100; @endphp @endforeach
No Customer Invoice Pembayaran Potongan Komisi
Number Tagihan (Rp.) Status Tgl. Pembayaran Nominal PPn BHP+USO Biaya Adm. Payment Gateway Netto Persentase Nominal
{{ $loop->iteration }} {{ $row->first_name }} {{ $row->no_invoice }} {{ rupiah($row->gross_amount) }} @if ($row->status_invoice == 'settlement') Lunas @elseif ($row->status_invoice == 'Belum Dibayar') Belum Dikirim @else {{ $row->status_invoice }} @endif {{ acc_date($row->tgl_pembayaran) }} {{ rupiah($row->nilai_dibayar) }} {{ rupiah($row->ppn) }} {{ rupiah($row->bhp_uso) }} {{ rupiah($row->biaya_admin) }} {{ rupiah($row->payment_gateway) }}{{ rupiah($profit) }} {{ $row->persentase_komisi }}% {{ rupiah($row->nilai_komisi) }}
@else
Rp. {{ number($this_month_commision) }}
Pendapatan Komisi {{ date('M Y') }}
Rp. {{ number($saldo_komisi - $saldo_wd) }}
Saldo Komisi
Rp. {{ number($saldo_wd) }}
Withdraw pada {{ date('M Y') }}

History Pembayaran Invoice

@foreach ($freelance_fee_otf as $row) @endforeach
No Customer Invoice Tanggal Freelance Fee
Number Status Instalasi Invoice Pembayaran Periode Fee
{{ $loop->iteration }} {{ $row->first_name }} {{ $row->no_invoice }} @if ($row->status_invoice == 'settlement') Lunas @elseif ($row->status_invoice == 'Belum Dibayar') Belum Dikirim @else {{ $row->status_invoice }} @endif {{ acc_date($row->tgl_pasang) }} {{ acc_date($row->tgl_invoice) }} {{ acc_date($row->tgl_pembayaran) }} {{ acc_date($row->tgl_periode_awal) }} s/d {{ acc_date($row->tgl_periode_akhir) }} {{ rupiah($row->nilai_komisi) }}
@endif