{{ __('Reseller Dashboard') }}
{{ __('Wallet Balance') }}

৳{{ number_format($walletBalance, 2) }}

{{ __('Available for withdrawals or voucher generations.') }}
{{ __('My Customers') }}

{{ $totalCustomers }}

{{ __('Isolated customers registered under your account.') }}
{{ __('Monthly Earnings') }}

৳{{ number_format($earningsMonth, 2) }}

{{ __('Today:') }} ৳{{ number_format($earningsToday, 2) }} {{ __('Total:') }} ৳{{ number_format($totalEarnings, 2) }}
{{ __('Active Vouchers') }}

{{ $activeVouchersCount }}

{{ __('Unused and unexpired vouchers generated by you.') }}
{{ __('Commission Earnings Trend (Last 7 Days)') }}
{{ __('Package Distribution') }}
@forelse($packageSales as $sale)
{{ $sale->package->package ?? __('Custom / Deleted') }}
{{ __('Speed:') }} {{ $sale->package->speed ?? 'N/A' }} | {{ __('Price:') }} ৳{{ number_format($sale->package->price ?? 0, 0) }}
{{ trans_choice('{1} :count User|[2,*] :count Users', $sale->count, ['count' => $sale->count]) }}
@empty
{{ __('No packages assigned to any customers.') }}
@endforelse
{{ __('Recently Added Customers') }}
{{ __('View All') }}
@forelse($recentCustomers as $cust) @empty @endforelse
{{ __('Name / Unique ID') }} {{ __('Mobile') }} {{ __('Package') }} {{ __('Status') }}
{{ $cust->customer_name }}
{{ $cust->customer_unique_id }}
{{ $cust->mobile }} {{ $cust->package->package ?? 'N/A' }} {{ __($cust->status) }}
{{ __('No customers registered yet.') }}
@push('scripts') @endpush @push('styles') @endpush