@extends('agent.layouts.app') @section('title', 'My Payouts') @section('content')
View your payout history
| Date | Commissions | Amount | Method | Status | Action |
|---|---|---|---|---|---|
| {{ $payout->created_at->format('d M Y') }} | {{ $payout->commission_count }} | RM {{ number_format($payout->total_amount, 2) }} | {{ $payout->payment_method ?: '-' }} | {{ ucfirst($payout->status) }} | View |
Payouts will be created when you have approved commissions.
About Payouts
Payouts are processed by the admin team. Once your approved commissions reach the minimum payout threshold, a payout will be created and processed to your registered bank account.