UHID
{{ $patient->uhid }}
Contact
{{ $patient->phone ?? '—' }}
Gender / Age
{{ $patient->gender ?? '—' }} · {{ $patient->age ?? '—' }}
Date of Birth
{{ $patient->date_of_birth ? \Illuminate\Support\Carbon::parse($patient->date_of_birth)->format('d M Y') : '—' }}
Residential Address
{{ $patient->address ?? '—' }}
Provider
{{ $patient->insurance_provider ?? '—' }}
Policy No
{{ $patient->insurance_policy ?? '—' }}
Coverage Validity
{{ $patient->insurance_validity ? \Illuminate\Support\Carbon::parse($patient->insurance_validity)->format('d M Y') : 'Life-time' }}
@if($patient->insurance_validity && \Illuminate\Support\Carbon::parse($patient->insurance_validity)->isPast())Self-Paying Patient
{{ $alert['label'] }}
{{ $alert['msg'] }}
No active alerts
Total Visits
{{ $counts['visits'] }}
Admissions
{{ $counts['admissions'] }}
Total Bills
{{ $counts['bills'] }}
30 Day Spend
₹{{ number_format($billStats['thirty_days'], 0) }}
{{ \Illuminate\Support\Carbon::parse($item->date)->format('d M Y') }} · {{ $item->type }}
{{ $item->title }}
{{ $item->meta }}
@if(isset($item->print_route)) Print Record @endif{{ $v->consultation_date?->format('d M Y') }} · Token #{{ $v->token_number }}
{{ $v->doctor?->full_name ?? '—' }}
{{ $v->notes ?: '—' }}
{{ $p->created_at?->format('d M Y') }}
{{ $p->doctor?->full_name ?? '—' }}
{{ $p->diagnosis ?: '—' }}
{{ $p->advice ?: '—' }}
{{ strtoupper(str_replace('_', ' ', $c->type)) }} @if($c->signed_at) · {{ \Illuminate\Support\Carbon::parse($c->signed_at)->format('d M Y') }} @endif
{{ $c->original_name ?? 'Consent File' }}
@if($c->notes){{ $c->notes }}
@endifUploaded {{ $c->created_at?->format('d M Y, h:i A') }}{{ $c->creator ? ' · ' . $c->creator->name : '' }}
{{ $bill->bill_number }}
₹{{ number_format($bill->total_amount, 2) }}
{{ \Carbon\Carbon::parse($bill->created_at)->format('d M Y') }}
{{ $bill->payment_method ?? '—' }}
{{ $bill->payment_status }}
Token #{{ $v->token_number }}
{{ $v->consultation_date?->format('d M Y') }} · {{ $v->doctor?->full_name }}
{{ $v->status }} · {{ $v->payment_status }}
{{ $a->consultation_date?->format('d M Y') }}
Token #{{ $a->token_number }} · {{ $a->doctor?->full_name ?? '—' }}
{{ $a->status }}
{{ $a->admission_number }}
{{ $a->admission_date?->format('d M Y') }} · {{ $a->status }}
{{ $a->bed?->ward?->name ?? '—' }} · {{ $a->bed?->bed_number ?? '—' }}
@if($a->discharge_date) @endif{{ $a->admission_number }}
{{ $a->discharge_date?->format('d M Y') }}
{{ $a->bed?->ward?->name ?? '—' }} · {{ $a->bed?->bed_number ?? '—' }}
{{ $p->created_at?->format('d M Y') }}
{{ $p->doctor?->full_name ?? '—' }}
{{ $p->diagnosis ?: '—' }}
{{ $o->labTest?->name ?? '—' }}
{{ $o->created_at?->format('d M Y') }} · {{ $o->status }}
Collected: {{ $o->collected_at?->format('d M Y H:i') ?? '—' }}
Completed: {{ $o->completed_at?->format('d M Y H:i') ?? '—' }}
{{ $b->bill_number }}
₹{{ number_format($b->total_amount, 2) }}
{{ $b->created_at?->format('d M Y') }} · {{ $b->payment_status }}
{{ $v->created_at?->format('d M Y H:i') }}
@if($v->consultation) T#{{ $v->consultation->token_number }} @endifWt: {{ $v->weight ? $v->weight . 'kg' : '—' }}
Temp: {{ $v->temperature ? $v->temperature . '°F' : '—' }}
BP: {{ $v->bp_systolic && $v->bp_diastolic ? ($v->bp_systolic . '/' . $v->bp_diastolic) : '—' }}
Pulse: {{ $v->pulse ? $v->pulse . 'bpm' : '—' }}
SPO2: {{ $v->spo2 ? $v->spo2 . '%' : '—' }}
Staff: {{ $v->recorder?->name ?? '—' }}
| Recommended Age | Vaccine | Status | Action |
|---|---|---|---|
| {{ $v->recommended_age }} | {{ $v->name }} | @if($given) Given @else Pending @endif | @if(!$given) @else {{ $given->date_given ? \Illuminate\Support\Carbon::parse($given->date_given)->format('d M Y') : '—' }} @endif |