Saldo Saat ini

Total semua pendapatan, masuk saldo utama.

Rp {{ Auth::user()->balance ? number_format(Auth::user()->balance->balance, 0, ',', '.') : 0 }}

{{-- Pendapatan bulan ini: Rp 1.250.000 — bulan lalu: Rp 980.000. Pendapatan meningkat. --}}
{{--
Cashback

Rp {{ number_format($totalCashback, 0, ',', '.') }}

--}}
Profit Bulan Ini

Rp {{ number_format($completedProfit, 0, ',', '.') }}

Biaya Retur

Rp {{ number_format($totalReturFee, 0, ',', '.') }}