{{ $patientDiagnosisTest->patient->patientUser->full_name }}
{{ $patientDiagnosisTest->doctor->doctorUser->full_name }}
{{ $patientDiagnosisTest->category->name }}
{{ $patientDiagnosisTest->report_number }}
@if (isset($patientDiagnosisProperties)) @foreach ($patientDiagnosisProperties as $patientDiagnosisProperty)
@if (Lang::has('messages.patient_diagnosis_test.' . $patientDiagnosisProperty->property_name . '')) @else @endif {{ !empty($patientDiagnosisProperty->property_value) ? $patientDiagnosisProperty->property_value : __('messages.common.n/a') }}
@endforeach @endif {{-- @dump($patientDiagnosisTest) --}}
{{-- {{ \Carbon\Carbon::parse($patientDiagnosisTest->created_at)->diffForHumans() }} --}} {{ $patientDiagnosisTest->created_at ? $patientDiagnosisTest->created_at->diffForHumans() : __('messages.common.n/a') }}
{{-- {{ \Carbon\Carbon::parse($patientDiagnosisTest->updated_at)->diffForHumans() }} --}} {{ $patientDiagnosisTest->updated_at ? $patientDiagnosisTest->updated_at->diffForHumans() : __('messages.common.n/a') }}