|
@@ -269,6 +269,7 @@ Route::middleware('pro.auth')->group(function () {
|
|
|
|
|
|
Route::get('remote-monitoring-report', 'PracticeManagementController@remoteMonitoringReport')->name('remoteMonitoringReport');
|
|
Route::get('remote-monitoring-report', 'PracticeManagementController@remoteMonitoringReport')->name('remoteMonitoringReport');
|
|
Route::get('daily-treatment-services', 'PracticeManagementController@dailyTreatmentServices')->name('daily-treatment-services');
|
|
Route::get('daily-treatment-services', 'PracticeManagementController@dailyTreatmentServices')->name('daily-treatment-services');
|
|
|
|
+ Route::get('client-pro-changes', 'PracticeManagementController@clientProChanges')->name('client-pro-changes');
|
|
|
|
|
|
// BILLING REPORT
|
|
// BILLING REPORT
|
|
Route::get('billing-report', 'PracticeManagementController@billingReport')->name('billing-report');
|
|
Route::get('billing-report', 'PracticeManagementController@billingReport')->name('billing-report');
|
|
@@ -457,6 +458,7 @@ Route::middleware('pro.auth')->group(function () {
|
|
Route::get('sms-reminders', 'PatientController@smsReminders')->name('sms-reminders');
|
|
Route::get('sms-reminders', 'PatientController@smsReminders')->name('sms-reminders');
|
|
Route::get('measurement-confirmation-numbers', 'PatientController@measurementConfirmationNumbers')->name('measurement-confirmation-numbers');
|
|
Route::get('measurement-confirmation-numbers', 'PatientController@measurementConfirmationNumbers')->name('measurement-confirmation-numbers');
|
|
Route::get('pros', 'PatientController@pros')->name('pros');
|
|
Route::get('pros', 'PatientController@pros')->name('pros');
|
|
|
|
+ Route::get('pro-changes', 'PatientController@proChanges')->name('pro-changes');
|
|
Route::get('account', 'PatientController@account')->name('account');
|
|
Route::get('account', 'PatientController@account')->name('account');
|
|
Route::get('care-checklist', 'PatientController@careChecklist')->name('care-checklist');
|
|
Route::get('care-checklist', 'PatientController@careChecklist')->name('care-checklist');
|
|
Route::get('documents', 'PatientController@documents')->name('documents');
|
|
Route::get('documents', 'PatientController@documents')->name('documents');
|