@extends('layouts.administrator.app') @push('page-css') @endpush @section('content')

{{ $title ?? '' }}

Profit
Total

{{ number_format($user['profit_reseller'] ?? 0, 0, ',', '.') }}

Profit
Hari Terakhir

{{ number_format($statistics['daily']['total'] ?? 0, 0, ',', '.') }}

{{ $statistics['daily']['percentage_change'] ?? 0 >= 0 ? '+' : '' }}{{ number_format($statistics['daily']['percentage_change'] ?? 0, 2) }}%
Profit
Minggu Lalu

{{ number_format($statistics['weekly']['total'] ?? 0, 0, ',', '.') }}

{{ $statistics['weekly']['percentage_change'] ?? 0 >= 0 ? '+' : '' }}{{ number_format($statistics['weekly']['percentage_change'] ?? 0, 2) }}%
Profit
Bulan Lalu

{{ number_format($statistics['monthly']['total'] ?? 0, 0, ',', '.') }}

{{ $statistics['monthly']['percentage_change'] ?? 0 >= 0 ? '+' : '' }}{{ number_format($statistics['monthly']['percentage_change'] ?? 0, 2) }}%
# Profit Didapat Agen Pembelian Tanggal
@endsection @push('page-js') @endpush