|
@@ -86,7 +86,7 @@ Route::middleware('pro.auth')->group(function () {
|
|
|
|
|
|
Route::middleware('pro.auth.admin')->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('tickets', 'PracticeManagementController@tickets')->name('tickets');
|
|
Route::get('claims', 'PracticeManagementController@claims')->name('claims');
|
|
Route::get('claims', 'PracticeManagementController@claims')->name('claims');
|