|
@@ -122,7 +122,6 @@ Route::middleware('pro.auth')->group(function () {
|
|
|
});
|
|
|
Route::get('sections', 'PatientController@sections')->name('sections');
|
|
|
Route::get('handouts', 'PatientController@handouts')->name('handouts');
|
|
|
- Route::get('flowsheets', 'PatientController@flowSheets')->name('flowsheets');
|
|
|
Route::get('settings', 'PatientController@settings')->name('settings');
|
|
|
Route::get('pros', 'PatientController@pros')->name('pros');
|
|
|
Route::get('account', 'PatientController@account')->name('account');
|