@extends('layouts.agent') @section('title', 'Dashboard') @section('content')
Saldo: Rp {{ number_format($agent->balance ?? 0, 0, ',', '.') }}
Saldo
Rp {{ number_format($agent->balance ?? 0, 0, ',', '.') }}
Penjualan Hari Ini
{{ $todaySales ?? 0 }}
Penjualan Bulan Ini
{{ $monthSales ?? 0 }}
Komisi Bulan Ini
Rp {{ number_format($monthCommission ?? 0, 0, ',', '.') }}
{{ $package->duration }} Hari
Harga Agent
Rp {{ number_format($package->agent_price, 0, ',', '.') }}
Harga Jual
Rp {{ number_format($package->customer_price, 0, ',', '.') }}
Belum ada paket voucher
{{ $transaction->description }}
{{ $transaction->created_at->format('d M Y H:i') }}
{{ $transaction->type == 'sale' ? '+' : '' }}Rp {{ number_format($transaction->amount, 0, ',', '.') }}
Belum ada transaksi