Our streamlined process guides you through scheduling, providing health information, and completing your questionnaire.
Schedule Appointment
Order Medications
Upload Medical Record
Medical Questionnaires
Manage Subscription
Daily Wellness Check-In
Insurance Information
@php $subscription = $patient->activeSubscription(); @endphp @if($subscription && $subscription->plan->isFamilyPlan())Family Members
@endifName: {{ $patient->name }}
Email: {{ $patient->email }}
Phone: {{ $patient->phone }}
DOB: {{ $patient->dob?->format('F j, Y') ?? 'Not Available' }}
@if($patient->address1)Address: {{ $patient->address1 }}, {{ $patient->city }}, {{ $patient->state }} {{ $patient->zip }}
@endif{{ $isActive ? 'Active Subscription' : 'Expired Subscription' }}
EXPIRES
{{ $subscription->ends_at ? $subscription->ends_at->format('M d, Y') : 'N/A' }}
TIME REMAINING
{{ $daysLeftDisplay }}
Your subscription has expired!
Renew now to regain access to all features.
Your subscription is expiring soon!
Renew now to maintain access to all features.
You currently don't have an active subscription. Subscribe to access all features of our platform including medication ordering and consultations.
Doctor: {{ $order->doctor ? $order->doctor->name : 'Not Assigned' }}
Medications: {{ $order->items->count() }}
No medication orders yet.
Reaction: {{ $allergy->reaction }}
@endif @if($allergy->notes){{ $allergy->notes }}
@endifNo allergies recorded.
@endif{{ $upcomingConsultation->formatDate('scheduled_at', 'F j, Y') }}
{{ $upcomingConsultation->formatDate('scheduled_at', 'g:i A') }}
{{ $upcomingConsultation->doctor?->name ?? 'No doctor assigned' }}
{{ $upcomingConsultation->type }} consultation
{{ $upcomingConsultation->formatDateDiffForHumans('scheduled_at') }}
@switch($upcomingConsultation->status) @case('scheduled') Your consultation is scheduled. We'll notify you by email, phone, or text when there are updates. @break @case('in_progress') Your consultation is currently in progress. @if($upcomingConsultation->type === 'video') Please use the "Join Video Call" button below to connect with your healthcare provider. @elseif($upcomingConsultation->type === 'audio') Please wait for a call from your healthcare provider. @elseif($upcomingConsultation->type === 'chat') Please check your messages to communicate with your healthcare provider. @else Your healthcare provider will contact you shortly. @endif @break @case('completed') Your consultation has been completed. You can view the details and any follow-up instructions. @break @case('cancelled') This consultation has been cancelled. Please schedule a new consultation if you still need assistance. @break @default Your consultation status is being updated. We'll notify you by email, phone, or text when there are updates. @endswitch
Schedule a consultation with one of our healthcare providers to discuss your health concerns.
{{ $medication->name }}
Prescribed{{ $medication->dosage }}, {{ $medication->frequency }}
@if($medication->dosage) {{ $medication->dosage }} @endif @if($medication->dosage && $medication->frequency), @endif @if($medication->frequency) {{ $medication->frequency }} @endif
@endif @if($medication->reaction)Reaction: {{ $medication->reaction }}
@endif @if($medication->side_effects){{ $medication->side_effects }}
@endifNo current medications. Click the "Add Medication" button above to add your medications.
@endifNo recent medical records.
@endif{{ $reminder['title'] }}
{{ $reminder['description'] }}
Due: {{ $reminder['due_date']->format('F j, Y') }}