{{ __("Identification") }}

Identity

Get verified

Next Steps

{{ __("Speak with clinician") }}

You need to have an appointment with a clinician to go over some questions. The appointment will be fast and free!

{{ __("Clinical Appointments") }}
@if ($viewData['appointments']->isEmpty())

You don't have any appointments booked

Appointments are an opportunity to talk with a clinician about your health. If you need help immediately, please visit our Emergency Department.

@else @foreach ($viewData['appointments'] as $appointment) @endforeach
Date Time
{{ $appointment->input_date }} {{ $appointment->radio_selection }}
@endif
{{ __("Clinical messages") }}
@if ($viewData['messages']->isEmpty())

You don't have any messages

Contact a clinician about your treatment concerns

@else @foreach ($viewData['messages'] as $message) @endforeach
Subject Message
{{ $message->subject }} {{ $message->content }}
@endif
{{ __("Lab Requisitions") }}

Your lab requisitions will appear here

{{ __("Prescriptions") }}
@if ($viewData['prescriptions']->isEmpty())

Your prescriptions will appear here

@else @foreach ($viewData['prescriptions'] as $prescription) @endforeach
Medication Instructions Dosage Frequency Download Prescription
{{ $prescription->medication }} {{ $prescription->instructions }} {{ $prescription->dosage }} {{ $prescription->frequency }}
@endif
{{ __("Medications") }}

To receive your prescription, you need to speak with our clinician first. Book a free consultation from the dashboard. If you’ve already booked an appointment, you will be able to manage your medication details after your consultation.

@csrf

Please select a preferred time for your appointment:

@if($errors->any())
    @foreach($errors->all() as $error)
  • - {{ $error }}
  • @endforeach
@endif
@csrf
@error('subject') {{ $message }} @enderror
@error('content') {{ $message }} @enderror