|
@@ -1388,9 +1388,11 @@ WHERE cl.shadow_pro_id IS NULL
|
|
|
return $this->dashboard_ADMIN($request);
|
|
|
}elseif($pro->is_enrolled_as_mcp && $pro->is_considered_for_mcp_assignment) {
|
|
|
return $this->dashboard_MCP($request);
|
|
|
- }elseif($pro->is_hcp){
|
|
|
- return $this->dashboard_HCP($request); //TODO for HCP
|
|
|
- }elseif($pro->is_considered_for_supervising_physician){
|
|
|
+ }
|
|
|
+ // elseif($pro->is_hcp){
|
|
|
+ // return $this->dashboard_HCP($request); //TODO for HCP
|
|
|
+ // }
|
|
|
+ elseif($pro->is_considered_for_supervising_physician){
|
|
|
return redirect()->route('ps.dashboard');
|
|
|
}elseif($pro->is_considered_for_dna){
|
|
|
return $this->dashboard_DNA($request);
|