PATOLÓGIAI VIZSGÁLATKÉRŐ
BEKÜLDÖTT MINTA
@if (isset($data['submitted_sample'])) @foreach($data['submitted_sample'] as $key => $value) @if ($value == 'Egyéb' && $data['submitted_sample_other'])  ({{ $data['submitted_sample_other'] }}) @endif {{ $value }}@if (!$loop->last),@endif @endforeach @endif
KÓRELŐZMÉNY/KLINIKAI ADATOK
@if (isset($data['medical_history'])) @foreach($data['medical_history'] as $key => $value) {{ $value }}@if (!$loop->last),@endif @endforeach @endif
Boncolási lelet (szervkollekció esetén): {{ $data['autopsy']??'' }}
Kiegészítő vizsgálatok (bakteriológia, virológia, szerológia, stb.) eredményei: {{ $data['additional_tests']??'' }}
Kép feltöltve {{ ($model->file1 || $model->file2 || $model->file3)?'igen':'nem' }}