|
@@ -398,7 +398,7 @@ Route::middleware('pro.auth')->group(function () {
|
|
Route::get('/supplements-center/{patient}/{note}', 'NoteController@supplementsCenter')->name('supplements-center');
|
|
Route::get('/supplements-center/{patient}/{note}', 'NoteController@supplementsCenter')->name('supplements-center');
|
|
Route::get('/supplements-reconcile/{patient}/{note}', 'NoteController@supplementsReconcile')->name('supplements-reconcile');
|
|
Route::get('/supplements-reconcile/{patient}/{note}', 'NoteController@supplementsReconcile')->name('supplements-reconcile');
|
|
Route::get('/memos-thread/{patient}', 'PatientController@memosThread')->name('memos-thread');
|
|
Route::get('/memos-thread/{patient}', 'PatientController@memosThread')->name('memos-thread');
|
|
- Route::get('/messages-thread/{patient}', 'PatientController@messagesThread')->name('messages-thread');
|
|
|
|
|
|
+ Route::get('/messages-thread/{patient}', 'PatientController@messagesThread')->name('patient-messages-thread');
|
|
|
|
|
|
Route::get('/nutrition-center/{patient}/{note}', 'NoteController@nutritionCenter')->name('nutrition-center');
|
|
Route::get('/nutrition-center/{patient}/{note}', 'NoteController@nutritionCenter')->name('nutrition-center');
|
|
Route::get('/exercise-center/{patient}/{note}', 'NoteController@exerciseCenter')->name('exercise-center');
|
|
Route::get('/exercise-center/{patient}/{note}', 'NoteController@exerciseCenter')->name('exercise-center');
|