@if(!empty($PatientDetails->orgName))
Organization:
{{ ucfirst($PatientDetails->orgName) }}
@endif
@if(!empty($PatientDetails->siteName))
Site:
{{ ucfirst($PatientDetails->siteName) }}
@endif
@if(!empty($PatientDetails->patientMR))
MR#:
{{ $PatientDetails->patientMR }}
@endif
@if(!empty($PatientDetails->patientName))
Patient Name:
{{ ucfirst($PatientDetails->patientName) }}
@endif
{{-- Second Row --}}
@if(!empty($ageString))
Age:
{{ $ageString }}
@endif
@if(!empty($PatientDetails->gender))
Gender:
{{ ucfirst($PatientDetails->gender) }}
@endif
@if(!empty($PatientDetails->responsiblePhysician))
Responsible Physician:
{{ ucfirst($PatientDetails->responsiblePhysician) }}
@endif
@if(!empty($PatientDetails->billingCCName))
Billing CostCenter:
{{ ucfirst($PatientDetails->billingCCName) }}
@endif