Employee ID: {{ $employee->employee_id }}
Status: {{ ucfirst($employee->status) }}
{{ \Carbon\Carbon::parse($appointment->scheduled_at)->format('M d, Y') }}
{{ \Carbon\Carbon::parse($appointment->scheduled_at)->format('h:i A') }}
Type: {{ $appointment->type }}
Dosage: {{ $medication->dosage }}
Instructions: {{ $medication->instructions }}
Refills: {{ $medication->refills_remaining }}
| Date | Prescription | Prescribed By | Status | Actions |
|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($prescription->created_at)->format('M d, Y') }} | {{ $prescription->medication_name }} | {{ $prescription->provider_name }} | {{ ucfirst($prescription->status) }} | View Details |
| No prescription history found | ||||
{{ $business->name }}
Contact Email: {{ $business->email }}
Contact Phone: {{ $business->phone }}
Plan Type: Telemedicine Services
Coverage Start: {{ $employee->created_at->format('M d, Y') }}
Status: {{ ucfirst($employee->status) }}