Your trial is active and will expire in {{ $trialDaysRemaining }} days.
@elseYour trial has expired. Please select a plan to continue using the service.
@endif{{ $activeEmployeesCount }}
{{ $availableSeats }} seats available
{{ $upcomingAppointmentsCount }}
{{ $totalSeats }}
| Employee | Doctor | Date & Time | Status | Type | Actions |
|---|---|---|---|---|---|
| {{ $appointment->patient->name }} | {{ $appointment->doctor->name }} | {{ $appointment->formatDate('scheduled_at', 'M d, Y g:i A') }} | {{ Consultation::STATUSES[$appointment->status] }} | {{ $appointment->type }} | View |
No recent appointments found.
@endif