Back to Dashboard
Your Available Balance
{{ $stock->owner_balance }}
{{ $stock->owner_balance_packs }} packs · {{ $stock->owner_balance_loose }} units
@if (session('error'))
{{ session('error') }}
@endif @if ($recipients->isEmpty())
No {{ $recipientType === 'team_leader' ? 'team leaders' : 'agents' }} available. Please create some first.
Return to Dashboard @else
@csrf
@if ($stock->owner_balance > 0) Maximum available: {{ $stock->owner_balance }} units @else ⚠ No stock available. Please add stock first. @endif
Leave empty if not applicable
Cancel
@endif