{{$index + 1}} |
@if(isset($obj->name))
{{$obj->name}}
@endif
|
@if(isset($obj->patientType))
{{$obj->patientType}}
@endif
|
@if(isset($obj->mobileNo))
{{$obj->mobileNo}}
@endif
|
@if(isset($obj->registrationNo))
{{$obj->registrationNo}}
@endif
|
@if(isset($obj->gender))
{{$obj->gender}}
@endif
|
@if(isset($obj->patientDetails->residenceDistanceFromHospital))
{{$obj->patientDetails->residenceDistanceFromHospital}}
@endif
|
@if(isset($obj->dob))
{{\Carbon\Carbon::parse($obj->dob)->diff(\Carbon\Carbon::now())->format('%y Y')}}
@endif
|
|
@if(isset($obj->patientDiagnosis))
{{$obj->patientDiagnosis}}
@endif
|
@if(isset($obj->patientChiefComplains))
{{$obj->patientChiefComplains}}
@endif
|
@endforeach