@extends('layouts.nurse') @section('title', 'Health Records History') @section('content')
View all maternal health records
Total Records
All Time
| Visit Date | Patient | IC Number | Visit # | Tests | Status | Recorded By | Actions |
|---|---|---|---|---|---|---|---|
| {{ $record->formatted_visit_date }} | {{ $record->mother->expectantMother->ic_number }} | Visit #{{ $record->visit_number }} | {{ $record->testResults->count() }} test(s) | @php $statusColors = [ 'draft' => 'bg-yellow-100 text-yellow-800', 'completed' => 'bg-green-100 text-green-800', 'reviewed' => 'bg-blue-100 text-blue-800', ]; @endphp {{ ucfirst($record->status) }} | {{ $record->recordedByNurse->name }} | ||
|
No health records found Start by creating records for today's appointments |
|||||||