@php $firstCategory = true; @endphp @foreach ($patient_report as $main_category_name => $test_details) @if (!$firstCategory)
@endif @php $firstCategory = false; @endphp
Left Logo Center Logo

Naagri Prathmik Aarogya
      kendra 2, Abhideep Society
      Koliwada, Old Panvel,
      Panvel,Raigad - 410206


Patient Details

Patient Name: {{ $patient_details->first_name ." ".$patient_details->middle_name." ".$patient_details->last_name }}
Report ID: {{ $patient_details->patient_uniqe_id }}
Age: {{ $patient_details->age }} Yrs
Patient ID: {{ $patient_details->patient_uniqe_id }}
Gender: {{ $patient_details->gender }}

Sample ID:
Sample Collected At: {{ $patient_details->health_post_name }}
Receive Lab: {{ $patient_details?->labName?->lab_name }}
Report On: {{ $patient_details?->second_approval_at }}
Collected On: {{ $patient_details->created_at }}
Received On: {{ $patient_details->received_at }}
Medical Officer Name: {{ $patient_details->refering_doctor_name }}
{{-- patient information table --}}

{{-- {{ $main_category_name }} --}} {{ $main_category_name !== 'Unknown Category' ? $main_category_name : 'Uncategorized Tests' }}

{{-- sample method --}} @foreach ($test_details as $test_detail)
Method: {{ $test_detail?->method?->method_name }}
Method Type: {{ $test_detail?->type }}
{{-- test result --}} {{-- --}} {{-- --}}
Test Description Result Unit Biological Refereance IntervalType
{{ $test_detail?->test_name?->sub_category_name }} @if ($test_detail?->type == "Quantitative") @if ($test_detail?->result < $test_detail?->test_name?->from_range || $test_detail?->result > $test_detail?->test_name?->to_range) {{ $test_detail?->result }} @else {{ $test_detail?->result }} @endif @endif @if ($test_detail?->type == "Cumulative") {{ $test_detail?->result }} @endif {{ $test_detail?->test_name?->units }} @if ($test_detail?->type == "Quantitative") {{ $test_detail?->test_name?->from_range }} - {{ $test_detail?->test_name?->to_range }} @else {{ $test_detail?->test_name?->bioreferal }} @endif {{ $test_detail?->type }}
@endforeach

Kit used: Kit Name


Note: The result relate only to the specimens tested and sholud be corelated with clinical finding.
Interpretation Guidance :-
{{-- footer section --}}
Signature
Dr. Rutuja Londhe
M.B.B.S, M.D(Pathology)
{{-- QR Code --}} {!! $qrcode !!}
{{--
--}} @endforeach