@extends('layouts.app') @section('title', 'Create Payout') @section('content')
Select agents to create payouts for their approved commissions
No agents have approved commissions meeting the minimum payout of RM {{ number_format($minimumPayout, 2) }}.
{{ $belowMinimumAgents->count() }} agent(s) have commissions below RM {{ number_format($minimumPayout, 2) }}
| Agent | Commissions | Amount | Needs |
|---|---|---|---|
|
{{ $agent->name }}
{{ $agent->coupon_code }}
|
{{ $agent->commission_count }} | RM {{ number_format($agent->available_amount, 2) }} | RM {{ number_format($minimumPayout - $agent->available_amount, 2) }} more |