|
@@ -396,7 +396,7 @@ class PatientController extends Controller
|
|
|
$pros = Pro::whereIn('id', $accessibleProIds)->get();
|
|
|
}
|
|
|
|
|
|
- return view('app.patient.appointment-calendar', compact('pros', 'patient', 'currentAppointment'));
|
|
|
+ return view('app.patient.appointment-calendar', compact('accessibleProIds', 'teams','pros', 'accessiblePros', 'patient', 'currentAppointment'));
|
|
|
}
|
|
|
|
|
|
public function programs(Request $request, Client $patient, $filter = '') {
|
|
@@ -562,7 +562,7 @@ class PatientController extends Controller
|
|
|
if($patient->latestClientPrimaryCoverage->plan_type === 'COMMERCIAL'){
|
|
|
return view('app.patient.primary-coverage-manual-determination-commercial-modal', compact('patient'));
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
return "Plan Type is missing!";
|
|
|
}
|
|
|
|