{{$patient->first_name}} {{$patient->last_name}}
{{Utils::getAge($patient->dob)}}
{{$patient->address}}
{{$patient->gender}}
{{$patient->nic}}
{{$patient->phone}}
{{Utils::getTimestamp($patient->created_at)}}
{{$patient->blood_group}}
{{$patient->remarks?:'-'}}
{{$patient->allergies?:'-'}}
{{$patient->family_history?:'-'}}
{{$patient->medical_history?:'-'}}
{{$patient->post_surgical_history?:'-'}}