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