Your agent account is pending approval. You'll be notified once it's approved.
Your agent application has been rejected. Please contact support for more information.
Recommended: Watch this training video to learn how to use the agent portal effectively.
This video provides a comprehensive overview of the agent portal and how to maximize your success.
Open in new windowName: {{ $agent->user->name }}
Email: {{ $agent->user->email }}
Tier: {{ $agent->tier }}
Commission Rate: {{ $agent->commission_rate }}%
Status: {{ ucfirst($agent->status) }}
Direct Commissions: ${{ number_format($totalEarnings, 2) }}
Upline Commissions: ${{ number_format($totalUplineEarnings, 2) }}
Total Earnings: ${{ number_format($totalEarnings + $totalUplineEarnings, 2) }}
Agent Referrals: {{ $referrals->count() }}
Direct Patient Referrals: {{ $directPatientCount }}
Direct Business Referrals: {{ $directBusinessCount }}
Managed LOA Users: {{ $agent->managedLOAs()->count() }}
Active LOA Users: {{ $agent->managedLOAs()->where('status', 'active')->count() }}
Share these links with potential agents. You can control which tier they'll be assigned by using the tier-specific links below.
This link allows the referred agent to choose from any available tier.
Referral Code: {{ $agent->referral_code }}
Use these links to control which tier your referred agents will be assigned to.
This link will automatically assign the {{ $tier }} tier to your referred agent.
Your referral links will be available once your account is approved.
| Name | Tier | Status | Date |
|---|---|---|---|
|
{{ $referral->user->name }}
{{ $referral->user->email }}
|
{{ $referral->tier }}
{{ $referral->commission_rate }}%
|
{{ ucfirst($referral->status) }} | {{ $referral->created_at->format('M d, Y') }} |
You haven't referred any agents yet.
| Transaction | Amount | Commission | Status | Date |
|---|---|---|---|---|
|
{{ $commission->transaction->transaction_id ?? 'N/A' }}
|
${{ number_format($commission->total_amount, 2) }} |
${{ number_format($commission->commission_amount, 2) }}
{{ $commission->agent_rate }}%
|
{{ ucfirst($commission->status) }} | {{ $commission->created_at->format('M d, Y') }} |
You haven't earned any commissions yet.
| Patient | Status | Enrolled | Action | |
|---|---|---|---|---|
|
{{ $enrollment->user->name }}
|
{{ $enrollment->user->email }} | {{ ucfirst($enrollment->status) }} | {{ $enrollment->created_at->format('M d, Y') }} | View Patient |
You haven't enrolled any patients yet.
| Patient | Type | Status | Submitted | Action |
|---|---|---|---|---|
|
{{ $questionnaire->user->name }}
|
{{ $questionnaire->treatment ? $questionnaire->treatment->name : 'General' }} | {{ ucfirst($questionnaire->status) }} | {{ $questionnaire->created_at->format('M d, Y') }} | View Details |
No recent patient questionnaires found.
| Patient | Condition | Status | Reported | Action |
|---|---|---|---|---|
|
{{ $condition->patient->name }}
|
{{ $condition->condition_name }} | {{ ucfirst($condition->status) }} | {{ $condition->created_at->format('M d, Y') }} | View Patient |
No recent patient medical conditions found.
| Patient | Medication | Status | Ordered | Action |
|---|---|---|---|---|
|
{{ $order->patient->name }}
|
{{ $order->medication->name ?? 'N/A' }} | {{ ucfirst($order->status) }} | {{ $order->created_at->format('M d, Y') }} | View Patient |
No recent patient medication orders found.
Important: Please review and sign your agent contract below. This is required to fully activate your account.
Your contract is specific to your agent tier ({{ $agent->tier }}). Please review all terms carefully before signing.
If you have any questions about your contract, please contact Agents@gomdusa.com
Important: As an LOA tier agent, please review and sign your specific contract below.
This contract is specific to your LOA agent tier. Please review all terms carefully before signing.
If you have any questions about your LOA contract, please contact Agents@gomdusa.com