|
Medical Certificate - {{$booking->service_name}} testing result
|
|
This is to certify that:
|
|
name: {{$booking->client_name}}
|
Swedish Person number: {{$booking->phone}}
Passport number: {{$booking->info_value3}}
|
|
|
Current Address: {{$booking->info_value1}}
|
|
Country of residence: {{$booking->info_value2}}
|
|
|
Has been tested for the presence of {{$booking->service_name}} on:
|
|
Date: {{date('d-m-Y',strtotime($booking->invoice_datetime))}}
|
|
Time: {{date('H:i:s',strtotime($booking->invoice_datetime))}}
|
|
|
Status report of infection on the date of the test:
|
|
Date Of Report: {{date('d-m-Y',strtotime($booking->payment_datetime))}}
|
|
Testing result:
|
@if($booking->test_status == 1){{'Positive'}}@elseif($booking->test_status == 2){{'Negative'}}@endif
|
|
|
|
|
|
Date:
{{date('d-m-Y',strtotime($booking->payment_datetime))}}
|
Service Provided by:
PharmaUse AB (559245-4762)
Website: www.testcenter.nu
[email protected]
Phone: +46 20-89 91 51
Adress: Hyllie Boulevard 35, 215 32, Malmö, Sweden
|
|
|
Date:
{{date('d-m-Y',strtotime($booking->payment_datetime))}}
|
Certifying Medical Doctor Jasim Faseh MD
|
|
|
@if($booking->test_status == 1){{'This lab report was produced using the VitaPCR Real-Rime PCR assay from a oropharyngeal and nasopharyngeal swab at PharmaUse Testcenter, Hyllie boulevard 35, 215 32 Malmö, Sweden with reg number: 559245-4762.'}}@elseif($booking->test_status == 2){{'This lab report was produced using the VitaPCR Real-Rime PCR assay from a oropharyngeal and nasopharyngeal swab at PharmaUse Testcenter, Hyllie boulevard 35, 215 32 Malmö, Sweden with reg number: 559245-4762. Upon systemic inquiry, the patient stated that they’ve had no recent symptoms associated with COVID-19. Based on this and their test result, the patient has no evidence of an active COVID-19 infection and is fit to fly.'}}@endif
|
}}) |
|