@isset($group) @endisset
{{--
Indications
This field is required.
This field is required.
--}} {{--
Clinical Diagnosis
--}}
Reason for Referral
{{-- --}}
{{--
Lab Code
--}} {{--
If part of family study
Pedigree
@isset($group) @if ($group->cyto->attachments($group->id, 'pedigree')) @foreach ($group->cyto->attachments($group->id, 'pedigree') as $report) @php $file_arr = explode('/', $report->file_name); $file = end($file_arr); $file_ext_arr = explode('.', $file); $file_ext = end($file_ext_arr); @endphp @endforeach
@if ($file_ext == 'pdf') @elseif($file_ext == 'doc' || $file_ext == 'docx') @elseif($file_ext == 'jpg' || $file_ext == 'jpeg' || $file_ext == 'png') @elseif($file_ext == 'xls' || $file_ext == 'xlsx') @elseif($file_ext == 'csv') @endif {{ $file }}
@endif @endisset
--}}