@extends('layouts.app') @section('title', 'Health Surveillance Records') @section('content')
Medical examinations, tests, and vaccinations
| Reference | Employee | Type | Date | Result | Actions |
|---|---|---|---|---|---|
| {{ $record->reference_number }} | {{ $record->user->name ?? 'N/A' }} | {{ ucfirst(str_replace('_', ' ', $record->surveillance_type)) }} | {{ $record->examination_date->format('M d, Y') }} | {{ ucfirst(str_replace('_', ' ', $record->result)) }} | View Edit |
| No records found. | |||||