@extends('layouts.app') @section('title', 'Diagnoses') @section('content')
| # | Diagnosed at | Patient | Doctor | ICD | |
|---|---|---|---|---|---|
| {{ $d->id }} | {{ $d->diagnosed_at }} | {{ $d->patient->user->name ?? '-' }} | {{ $d->doctor->user->name ?? '-' }} | {{ $d->icdCode->code ?? '' }} - {{ $d->icdCode->title ?? '' }} | Open |