|
@if (strpos($booking->service_name, 'Antigen')== true) {{'Medical Certificate - SARS-CoV-2 Ag testing result'}}@elseif (strpos($booking->service_name, 'Antikroppstest')== true) {{'Medical Certificate - SARS-CoV-2 IgG/IgM testing result'}}@else{{'Medical Certificate - SARS-CoV-2 RT-PCR testing result'}}@endif
|
|
This is to certify that:
|
|
Name: {{$booking->client_name}}
|
Date of birth: {{$booking->info_value4}}
Passport number: {{$booking->info_value3}}
|
|
|
Current Address: {{$booking->info_value1}}
|
|
Country Of Citizenship: {{$booking->info_value2}}
|
|
|
@if (strpos($booking->service_name, 'Antigen')== true) {{'
Has been tested for the presence of SARS-CoV-2 with a SARS-CoV-2 Ag test on:'}}@elseif (strpos($booking->service_name, 'Antikroppstest')== true) {{'Has been tested for the presence of SARS-CoV-2 antibodies with a SARSCoV-2 IgG/IgM test on:'}}@else{{'Has been tested for the presence of SARS-CoV-2 with a PCR test'}}@endif
|
|
Date: {{date('d-m-Y',strtotime($booking->invoice_datetime))}}
|
|
Time: {{date('H:i:s',strtotime($booking->payment_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 Dhurata Alla
|
|
|
@if($booking->service_id == 3 || $booking->service_id == 4)
@if($booking->test_status == 2){{'This lab report was produced using Real-Time PCR assay from an 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
@if($booking->test_status == 1){{'This lab report was produced using Real-Time PCR assay from an oropharyngeal and nasopharyngeal swab at PharmaUse Testcenter, Hyllie boulevard 35, 215 32 Malmö, Sweden with reg number: 559245-4762.'}}
@endif
@endif
@if($booking->service_id == 1 || $booking->service_id == 2)
{{'This test report was produced using Flowflex™ SARS-CoV-2 Antigen Rapid Test (ACON Biotech) for the qualitative detection of specific antigens of SARS-CoV-2 from a oropharyngeal and nasopharyngeal swab at PharmaUse Testcenter, Hyllie boulevard 35, 215 32 Malmö, Sweden with reg number: 559245-4762.'}}
@endif
|
}}) |
|