|
@@ -206,7 +206,6 @@ Route::middleware('pro.auth')->group(function () {
|
|
|
|
|
|
Route::get('rpm-matrix', 'PracticeManagementController@rpmMatrix')->name('rpmMatrix');
|
|
|
|
|
|
- Route::get('remote-monitoring-report', 'PracticeManagementController@remoteMonitoringReport')->name('remoteMonitoringReport');
|
|
|
Route::get('rates/{selectedProUid?}', 'PracticeManagementController@rates')->name('rates');
|
|
|
Route::get('dashboard', 'PracticeManagementController@dashboard')->name('dashboard');
|
|
|
Route::get('previous-bills', 'PracticeManagementController@previousBills')->name('previousBills');
|
|
@@ -252,6 +251,8 @@ Route::middleware('pro.auth')->group(function () {
|
|
|
Route::get('hcp-note-activity', 'PracticeManagementController@hcpNoteActivity')->name('hcp-note-activity');
|
|
|
|
|
|
Route::middleware('pro.auth.admin')->group(function () {
|
|
|
+
|
|
|
+ Route::get('remote-monitoring-report', 'PracticeManagementController@remoteMonitoringReport')->name('remoteMonitoringReport');
|
|
|
|
|
|
// BILLING REPORT
|
|
|
Route::get('billing-report', 'PracticeManagementController@billingReport')->name('billing-report');
|