Track and manage all your enrollments and referrals in one place.
| Type | Name | Status | Details | Created | Actions | |
|---|---|---|---|---|---|---|
| @if($enrollment->type === 'patient') Patient @else Business @endif |
{{ $enrollment->name }}
@if($enrollment->phone)
{{ $enrollment->phone }}
@endif
|
{{ $enrollment->email }} | {{ str_replace('_', ' ', ucfirst($enrollment->status)) }} |
@if($enrollment->type === 'patient')
{{ $enrollment->plan_name }}
${{ number_format($enrollment->plan_price, 2) }}/month
Admin: {{ $enrollment->admin_name }}
{{ $enrollment->admin_email }}
|
{{ $enrollment->created_at->format('M j, Y') }}
{{ $enrollment->created_at->format('g:i A') }}
|
|
Start enrolling patients and businesses to see them here