{{ __('Past Medical Records') }}

{{ __('Upload documents from your past medical history.') }}

{{ __('Your Uploaded Medical Records') }}

@cell('record_type', $record) {{ ucfirst(str_replace('_', ' ', $record->record_type)) }} @endcell @cell('record_date', $record) {{ $record->record_date->format('M d, Y') }} @endcell @cell('actions', $record)
View Delete
@endcell