HISTOPATHOLOGY REPORT

Submission date {{ $model->arrival_date ?? '-' }}
ID {{ $model->other_id ?? '-' }}
Submitting vet {{ $model->colleague_name ?? $model->office()->name ?? '-' }}
Owner {{ $model->owner_name ?? '-' }}

Animal

Species {{ $model->species()->name ?? '' }}
Breed {{ $model->breed()->name ?? '' }}
Age {{ $model->age ?? '' }}
Gender {{ $model->sex()->name ?? '' }}

Sample

Location @foreach ($model->anatomies()->get() as $organ) {{$organ->name}}@if (!$loop->last), @endif @endforeach
@include("RegistrationBooks.pdf.split", ['title' => 'Macro findings', 'value' => $model->more_makroszkop ?? '', 'last' => true, 'file' => \App\Models\File::TYPE_MACRO])

Histopathology

@include("RegistrationBooks.pdf.split", ['title' => 'Hematoxylin-eosin stain', 'value' => $model->more_haematoxilin ?? '', 'first' => true, 'last' => true, 'file' => \App\Models\File::TYPE_CYTOLOGICAL]) @include("RegistrationBooks.pdf.split", ['title' => 'Other stains', 'value' => $model->more_egyeb_festes ?? '', 'last' => true]) @include("RegistrationBooks.pdf.split", ['title' => 'IHC', 'value' => $model->more_ih ?? '', 'last' => true])
@include("RegistrationBooks.pdf.split", ['title' => 'Diagnosis', 'value' => $model->diagnosis ?? '', 'first' => true, 'last' => true]) @include("RegistrationBooks.pdf.split", ['title' => 'Remarks', 'value' => $model->comment ?? ''])
Report date {{ $model->report_date ?? '' }}
Reference No. {{ $model->reg_number ?? '' }}
Veterinarian @if ($model->pathologist() && $model->pathologist()->getFile()) @endif
{{ $model->pathologist()->name ?? '' }}
{{ $model->pathologist()->title ?? '' }}
@foreach ($model->getFiles(\App\Models\File::TYPE_ADDITIONAL, true, false) as $image) @if ($loop->first)
@endif
@endforeach