|
return $this->hasOne(CompanyLocation::class, 'id', 'default_mcp_company_location_id');
|
|
return $this->hasOne(CompanyLocation::class, 'id', 'default_mcp_company_location_id');
|
|
|
|
+ $count = Note::where('client_id', $this->id)->where('hcp_pro_id', $_pro->id)->where('is_cancelled', false)->where('new_or_fu_or_na', 'NEW')->count();
|