|
@@ -323,12 +323,6 @@ class PatientController extends Controller
|
|
|
return view('app.patient.handouts', compact('patient', 'handouts'));
|
|
|
}
|
|
|
|
|
|
- public function handoutsPopup(Request $request, Client $patient )
|
|
|
- {
|
|
|
- $handouts = Handout::where('is_active', true)->get();
|
|
|
- return view('app.patient.handouts-popup', compact('patient', 'handouts'));
|
|
|
- }
|
|
|
-
|
|
|
public function settings(Request $request, Client $patient )
|
|
|
{
|
|
|
return view('app.patient.settings', compact('patient'));
|