@extends('layouts.master') @section('title', 'Immunization Queue') @section('content')
There are currently no patients waiting.
| # | Patient | Visit | Gender | Queued | Action |
|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $patient->first_name }}
{{ $patient->last_name }}
{{ $patient->patient_no }}
|
{{ $patient->visit_no }} | {{ $patient->gender }} | {{ \Carbon\Carbon::parse( $patient->routed_at )->diffForHumans() }} | Open |