Ver Fonte

added hcp bill matrix

logicpowerhouse há 4 anos atrás
pai
commit
b93a330fc0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -86,7 +86,7 @@ Route::middleware('pro.auth')->group(function () {
 
         Route::middleware('pro.auth.admin')->group(function(){
 
-            Route::get('bill-matrix/{proUid?}', 'PracticeManagementController@hcpBillMatrix')->name('hcpBillMatrix');
+            Route::get('hcp-bill-matrix/{proUid?}', 'PracticeManagementController@hcpBillMatrix')->name('hcpBillMatrix');
 
             Route::get('tickets', 'PracticeManagementController@tickets')->name('tickets');
             Route::get('claims', 'PracticeManagementController@claims')->name('claims');