@extends('layouts.promoter') @section('page-title', 'Payouts') @section('content')
Available Balance
${{ number_format($stats['wallet']->balance, 2) }}
Total Earned
${{ number_format($stats['wallet']->total_earned, 2) }}
Pending
${{ number_format($stats['wallet']->pending_amount, 2) }}
Commission Rate
{{ $stats['commission_rate'] }}%
${{ number_format($withdrawal->amount, 2) }}
{{ $withdrawal->payment_method }}
{{ $withdrawal->created_at->format('M d, Y') }}
No withdrawals yet
Request your first withdrawal → @endifCompleted Orders from Sessions
{{ $stats['completed_orders'] }}
Total Sales Generated
${{ number_format($stats['total_sales'], 2) }}
Total Withdrawn
${{ number_format($stats['wallet']->total_withdrawn, 2) }}
Your commission is automatically credited when orders from your live sessions are completed.