{{ __('LOA Dashboard') }}

Welcome back, {{ $user->first_name }}!

Manage your referrals and track your performance as an LOA.

LOA Dashboard

Total Enrollments

{{ $stats['total_enrollments'] }}

Pending Payment

{{ $stats['pending_enrollments'] }}

Active

{{ $stats['active_enrollments'] }}

This Month

{{ $stats['this_month_enrollments'] }}

Enroll New Patients & Businesses

Use the enrollment portal to sign up new patients and businesses. Your associated agent will earn commissions on all successful enrollments.

Enroll Patient Enroll Business

Quick Tip

Enrolled patients and businesses will receive email instructions for payment and account setup. You'll earn commissions once they activate their subscriptions.

Quick Actions

Enroll New Patients & Businesses View All Activity View Analytics Edit Profile

Recent Enrollments

@forelse($recentEnrollments as $enrollment)

{{ $enrollment->name }}

{{ $enrollment->email }}

@if($enrollment->type === 'patient') Patient @else Business @endif {{ str_replace('_', ' ', $enrollment->status) }}
@if($enrollment->type === 'patient' && isset($enrollment->plan_name))

{{ $enrollment->plan_name }}

@elseif($enrollment->type === 'business' && isset($enrollment->admin_name))

Admin: {{ $enrollment->admin_name }}

@endif
{{ $enrollment->created_at->diffForHumans() }}
@empty

No recent enrollments

Start enrolling patients and businesses to see them here

@endforelse

Referral Types

Patients {{ $stats['referral_types']['patient'] }}
Businesses {{ $stats['referral_types']['business'] }}
@if(!empty($referralUrls))

Your General Referral Links

Share these links directly with prospects. No need to create individual referrals first.

How to use these links:

  • • Share these links directly with prospects via email, social media, or text
  • • When someone signs up through your link, you'll automatically get credit
  • • Your managing agent will receive commission for successful conversions
  • • Track all conversions in your analytics dashboard
@endif