@extends('layouts.app') @section('title', 'Queue Board') @section('styles') @endsection @section('content')
Total Today
{{ $stats['total'] }}
Waiting
{{ $stats['waiting'] }}
In Consultation
{{ $stats['in_consultation'] }}
Completed
{{ $stats['completed'] }}
Avg. Wait
{{ $stats['avg_wait'] }}
{{ $apt->patient->full_name ?? '' }}
{{ $apt->appointment_time ?? 'Any' }} · {{ ucfirst($apt->type) }}
{{ $v->patient->full_name ?? '' }}
@if($v->triage)BP: {{ $v->triage->blood_pressure_systolic ?? '-' }}/{{ $v->triage->blood_pressure_diastolic ?? '-' }} · T: {{ $v->triage->temperature ?? '-' }}°C
{{ ucfirst($v->triage->priority) }} @endifNo patients in triage
@endforelse{{ $v->patient->full_name ?? '' }}
No active consultations
@endforelse{{ $v->patient->full_name ?? '' }}
No completed visits yet
@endforelse