Test and verify all MLM business logic operations
Next Run: {{ $operation['next_run'] ?? 'N/A' }}
Last Run: {{ $operation['last_run'] ?? 'N/A' }}
@if(isset($operation['amount']))Amount: {{ $operation['amount'] }}
@endif @if(isset($operation['upgraded_today']))Upgraded Today: {{ $operation['upgraded_today'] }} users
@endif @if(isset($operation['pending']))Pending: {{ $operation['pending'] }} payments
@endif @if(isset($operation['activated_today']))Activated Today: {{ $operation['activated_today'] }} users
@endif @if(isset($operation['placed_today']))Placed Today: {{ $operation['placed_today'] }} users
@endif @if(isset($operation['carry_forward']))Carry Forward: {{ $operation['carry_forward'] }}
@endif @if(isset($operation['approved_today']))Approved Today: {{ $operation['approved_today'] }} payments
@endif