@extends('layouts.admin') @section('page_kicker', 'History') @section('page_title', 'Consultation history') @section('content')
Types and status only — clinical notes stay with your care team.
| Date | Clinician | Type | Status |
|---|---|---|---|
| {{ $c->created_at->format('M j, Y') }} | {{ $c->doctor->name ?? '—' }} | {{ $c->type }} | {{ $c->status }} |
| No consultations recorded. | |||