@foreach ($follow_ups_covid19 as $follow_up) @endforeach
Date Session ID Relevant history taking Patient Meds Provisional Diagnosis Date of exposure History of exposure Date of travel History of travel Date of positive sampl Site of transferal Site of admission Presenting Symptoms Comorbidities Recommendations Labs Radiology Procedures Meds Other consultation/referral Additional notes
{{ date('Y-m-d',strtotime($follow_up->created_at)) }} {{ $follow_up->session_id }} {{ $follow_up->relevant_history }} {{ $follow_up->patientm_eds }} {{ $follow_up->provisional_diagnosis }} {{ ($follow_up->exposure_date) ? date('Y-m-d',$follow_up->exposure_date) : '-' }} {{ ($follow_up->exposure_history) ? date('Y-m-d',$follow_up->exposure_history) : '-' }} {{ ($follow_up->travel_date) ? date('Y-m-d',$follow_up->travel_date) : '-' }} {{ ($follow_up->travel_history) ? date('Y-m-d',$follow_up->travel_history) : '-' }} {{ ($follow_up->positive_sample_date) ? date('Y-m-d',$follow_up->positive_sample_date) : '-' }} {{ $follow_up->transferal_site }} {{ $follow_up->admission_site }} {{ $follow_up->presenting_symptoms }} {{ $follow_up->comorbidities }} {{ $follow_up->recommendations }} {{ $follow_up->labs }} {{ $follow_up->radiology }} {{ $follow_up->procedures }} {{ $follow_up->meds }} {{ $follow_up->other_consultation_referral }} {{ $follow_up->notes }}