@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, Thane,
      Thane - 400080


Patient Details

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

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 }}

{{-- 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


Doctor Advice : {{ $patient_details->doctor_advice ?? 'NA' }}

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)
{!! $qrcode !!}
Signature
Dr. Rutuja Londhe
M.B.B.S, M.D(Pathology)
{{--
--}} @endforeach