DERMATOPATOLÓGIAI VIZSGÁLATKÉRŐ
@include('Inquiries.pdf.canvas')
Az állat kora a tünetek első észlelésekor: {{ $data['first_symptom_age'] }}
Az elváltozások klinikai megjelenése:
@if (isset($data['clinical_appearance'])) @foreach($data['clinical_appearance'] as $key => $value) @if ($value == 'Egyéb' && $data['clinical_appearance_other'])  ({{ $data['clinical_appearance_other'] }}) @endif {{ $value }}@if (!$loop->last),@endif @endforeach @endif
Tartás helye: {{ $data['keeping_place']??'' }}
Vakarózás: {{ $data['scratching']??'' }}
Szezonalitás: {{ $data['seasonality']??'' }}
Rosszabb: {{ $data['worse']??'' }}
Alkalmazott kezelések: @if (isset($data['steroid_therapy'])) @foreach($data['steroid_therapy'] as $key => $value) @if ($value == 'Egyéb' && $data['steroid_therapy_other'])  ({{ $data['steroid_therapy_other'] }}) @endif {{ $value }}@if (!$loop->last),@endif @endforeach @endif
Mikor? {{ $data['worse_when']??'' }}
További vizsgálatot kérek: @if (isset($data['further_test'])) @foreach($data['further_test'] as $key => $value) {{ $value }}@if (!$loop->last),@endif @endforeach @endif
Korábbi bőrgyógyászati v. egyéb betegségek, kórelőzmény: {{ $data['previous_diseases']??'' }}
Kép feltöltve {{ ($model->file1 || $model->file2 || $model->file3)?'igen':'nem' }}