{{ __('Medical Record Details') }}

Medical Record for {{ $patient->name }}

Record Type: {{ $medicalRecord->record_type }}

Description: {{ $medicalRecord->description }}

Record Date: {{ $medicalRecord->record_date->format('Y-m-d') }}

Created By: {{ $medicalRecord->doctor->name }}

@if($medicalRecord->file_path)

Attachment: @can('downloadFile', [$medicalRecord, $patient]) Download File @else File attached (no permission to download) @endcan

@endif
@can('update', [$medicalRecord, $patient]) Edit Medical Record @endcan @can('delete', [$medicalRecord, $patient]) @endcan