@php
$idtype = '';
$gender = '';
@endphp
@if($data['idtype'] == '1')
@php
$idtype = 'Driver License';
@endphp
@endif
@if($data['idtype'] == '2')
@php
$idtype = 'Passport Number';
@endphp
@endif
@if($data['gender'] == '1')
@php
$gender = 'Male';
@endphp
@endif
@if($data['gender'] == '2')
@php
$gender = 'Female';
@endphp
@endif
Patient Name: |
{{$data['fname']}} {{$data['lname']}} |
|
|
ID: |
{{$idtype}} |
Cel Phone: |
{{$data['phno']}} |
|
|
|
|
|
Gender: |
Male |
ID Number: |
{{$data['id_number']}} |
Day of Birth |
{{$data['dobd']}}/{{$data['dobm']}}/{{$data['doby']}} |
|
|
|
Date |
{{date("m/d/Y", strtotime($data['test_result_date']) )}} |
Taken time |
17:48 |
Result time: |
{{date("H:i", strtotime($data['test_result_date']) )}} |
Test ID: |
{{$data['test_id']}} |
|
Disclaimer:{{$data['disclaimer']}}
Analysis |
Result |
Reference Values |
{{$data['title']}} |
@if($data['test_result'] == '1')NEGATIVE@endif @if($data['test_result'] == '2')POSITIVE@endif @if($data['test_result'] == '3')INCONCLUSIVE@endif |
@if($data['test_result'] == '1')Negative@endif @if($data['test_result'] == '2')Positive@endif @if($data['test_result'] == '3')Inconclusive@endif |
Method: {{$data['method']}}
Lab Director: Ibrahim Farah PhD
|
Signature ____________________
|