@extends('layouts.app') @section('title', $patient->name) @section('content') @php $severeAllergies = $patient->allergies->whereIn('severity', ['moderate','severe']); @endphp
{{ $patient->age !== null ? $patient->age.' years' : 'Age unknown' }} @if($patient->gender) · {{ ucfirst($patient->gender) }} @endif @if($patient->blood_group) · Blood {{ $patient->blood_group }} @endif @if($patient->phone) · {{ $patient->phone }} @endif
{{ $patient->notes }}
@endifNo active conditions recorded.
@endif| Test | Value | Range |
|---|---|---|
| {{ $r->test_name }} | {{ $r->display_value }} {{ $r->unit }} | {{ $r->ref_low !== null || $r->ref_high !== null ? trim(($r->ref_low!==null?rtrim(rtrim(number_format($r->ref_low,3),'0'),'.'):'').' – '.($r->ref_high!==null?rtrim(rtrim(number_format($r->ref_high,3),'0'),'.'):'')) : '—' }} |
Each marker is one result over time. The shaded band is the reference range — points outside it are flagged.
Add lab report