You can now complete or update this patient's information. Make sure all required fields are filled correctly.
| ID | Date | Status | Items | Actions |
|---|---|---|---|---|
| {{ $order->id }} | {{ $order->created_at->format('M d, Y') }} | {{ ucfirst($order->status) }} | {{ $order->items->count() }} |
@if (Auth::user()->hasRole('admin'))
|
BMI: {{ number_format($bmi, 1) }} ({{ $bmiCategory }})
BMI = (weight in pounds × 703) ÷ (height in inches)²
Last measured: {{ $measurement?->measured_at ? $measurement->measured_at->format('M d, Y') : 'Never' }}