@extends('layouts.admin') @section('page_kicker', 'Records') @section('page_title', 'Medical records') @section('content') @if(auth()->user()->role === 'hospital_admin')
Attach clinical summary to a patient profile.
Chronological record entries.
Record #{{ $record->id }} · Patient profile #{{ $record->patient_profile_id }}
{{ \Illuminate\Support\Str::limit($record->summary, 220) }}
Doctor ID: {{ $record->doctor_id }} · {{ $record->created_at }}