| {{ 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 }} |
@endforeach