|
@@ -107,6 +107,7 @@ Route::middleware('pro.auth')->group(function () {
|
|
Route::get('claims-download', 'PracticeManagementController@downloadClaims')->name('download-claims');
|
|
Route::get('claims-download', 'PracticeManagementController@downloadClaims')->name('download-claims');
|
|
|
|
|
|
Route::get('treatment-service-util', 'PracticeManagementController@treatmentServiceUtil')->name('treatmentServiceUtil');
|
|
Route::get('treatment-service-util', 'PracticeManagementController@treatmentServiceUtil')->name('treatmentServiceUtil');
|
|
|
|
+ Route::get('claims-report', 'PracticeManagementController@claimsReport')->name('claimsReport');
|
|
|
|
|
|
// old supply-orders & shipments matrices
|
|
// old supply-orders & shipments matrices
|
|
// Route::get('supply-orders', 'PracticeManagementController@supplyOrders')->name('supply-orders');
|
|
// Route::get('supply-orders', 'PracticeManagementController@supplyOrders')->name('supply-orders');
|