|
@@ -66,6 +66,10 @@ Route::prefix('/clients/view/{uid}')->group(function () {
|
|
|
Route::get('ACTION_removeRmePro', 'clients_SINGLE_Controller@ACTION_removeRmePro')->name('clients_SINGLE-ACTION_removeRmePro');
|
|
|
Route::get('ACTION_putRmmPro', 'clients_SINGLE_Controller@ACTION_putRmmPro')->name('clients_SINGLE-ACTION_putRmmPro');
|
|
|
Route::get('ACTION_removeRmmPro', 'clients_SINGLE_Controller@ACTION_removeRmmPro')->name('clients_SINGLE-ACTION_removeRmmPro');
|
|
|
+ Route::get('ACTION_putRmsPro', 'clients_SINGLE_Controller@ACTION_putRmsPro')->name('clients_SINGLE-ACTION_putRmsPro');
|
|
|
+ Route::get('ACTION_removeRmsPro', 'clients_SINGLE_Controller@ACTION_removeRmsPro')->name('clients_SINGLE-ACTION_removeRmsPro');
|
|
|
+ Route::get('ACTION_putRmgPro', 'clients_SINGLE_Controller@ACTION_putRmgPro')->name('clients_SINGLE-ACTION_putRmgPro');
|
|
|
+ Route::get('ACTION_removeRmgPro', 'clients_SINGLE_Controller@ACTION_removeRmgPro')->name('clients_SINGLE-ACTION_removeRmgPro');
|
|
|
Route::get('ACTION_putRdPro', 'clients_SINGLE_Controller@ACTION_putRdPro')->name('clients_SINGLE-ACTION_putRdPro');
|
|
|
Route::get('ACTION_removeRdPro', 'clients_SINGLE_Controller@ACTION_removeRdPro')->name('clients_SINGLE-ACTION_removeRdPro');
|
|
|
Route::get('ACTION_updateMntEligibility', 'clients_SINGLE_Controller@ACTION_updateMntEligibility')->name('clients_SINGLE-ACTION_updateMntEligibility');
|
|
@@ -220,6 +224,12 @@ Route::prefix('/care_months/view/{uid}')->group(function () {
|
|
|
Route::get('ACTION_assignRmmPro', 'care_months_SINGLE_Controller@ACTION_assignRmmPro')->name('care_months_SINGLE-ACTION_assignRmmPro');
|
|
|
Route::get('ACTION_changeRmmPro', 'care_months_SINGLE_Controller@ACTION_changeRmmPro')->name('care_months_SINGLE-ACTION_changeRmmPro');
|
|
|
Route::get('ACTION_removeRmmPro', 'care_months_SINGLE_Controller@ACTION_removeRmmPro')->name('care_months_SINGLE-ACTION_removeRmmPro');
|
|
|
+ Route::get('ACTION_assignRmsPro', 'care_months_SINGLE_Controller@ACTION_assignRmsPro')->name('care_months_SINGLE-ACTION_assignRmsPro');
|
|
|
+ Route::get('ACTION_changeRmsPro', 'care_months_SINGLE_Controller@ACTION_changeRmsPro')->name('care_months_SINGLE-ACTION_changeRmsPro');
|
|
|
+ Route::get('ACTION_removeRmsPro', 'care_months_SINGLE_Controller@ACTION_removeRmsPro')->name('care_months_SINGLE-ACTION_removeRmsPro');
|
|
|
+ Route::get('ACTION_assignRmgPro', 'care_months_SINGLE_Controller@ACTION_assignRmgPro')->name('care_months_SINGLE-ACTION_assignRmgPro');
|
|
|
+ Route::get('ACTION_changeRmgPro', 'care_months_SINGLE_Controller@ACTION_changeRmgPro')->name('care_months_SINGLE-ACTION_changeRmgPro');
|
|
|
+ Route::get('ACTION_removeRmgPro', 'care_months_SINGLE_Controller@ACTION_removeRmgPro')->name('care_months_SINGLE-ACTION_removeRmgPro');
|
|
|
Route::get('ACTION_updateCmReasons', 'care_months_SINGLE_Controller@ACTION_updateCmReasons')->name('care_months_SINGLE-ACTION_updateCmReasons');
|
|
|
Route::get('ACTION_updateRmReasons', 'care_months_SINGLE_Controller@ACTION_updateRmReasons')->name('care_months_SINGLE-ACTION_updateRmReasons');
|
|
|
Route::get('ACTION_setIsClientEnrolledInCmToTrue', 'care_months_SINGLE_Controller@ACTION_setIsClientEnrolledInCmToTrue')->name('care_months_SINGLE-ACTION_setIsClientEnrolledInCmToTrue');
|
|
@@ -398,6 +408,7 @@ Route::prefix('/pros/view/{uid}')->group(function () {
|
|
|
Route::get('ACTION_updateProfileImage', 'pros_SINGLE_Controller@ACTION_updateProfileImage')->name('pros_SINGLE-ACTION_updateProfileImage');
|
|
|
Route::get('ACTION_updateProfileData', 'pros_SINGLE_Controller@ACTION_updateProfileData')->name('pros_SINGLE-ACTION_updateProfileData');
|
|
|
Route::get('ACTION_putProMemo', 'pros_SINGLE_Controller@ACTION_putProMemo')->name('pros_SINGLE-ACTION_putProMemo');
|
|
|
+ Route::get('ACTION_putCompany', 'pros_SINGLE_Controller@ACTION_putCompany')->name('pros_SINGLE-ACTION_putCompany');
|
|
|
Route::get('SUB_dashboard', 'pros_SINGLE_Controller@SUB_dashboard')->name('pros_SINGLE-SUB_dashboard');
|
|
|
Route::get('SUB_pro_rates', 'pros_SINGLE_Controller@SUB_pro_rates')->name('pros_SINGLE-SUB_pro_rates');
|
|
|
Route::get('SUB_note_templates', 'pros_SINGLE_Controller@SUB_note_templates')->name('pros_SINGLE-SUB_note_templates');
|
|
@@ -654,6 +665,13 @@ Route::prefix('/mb_claim')->group(function () {
|
|
|
Route::get('view/{uid}', 'mb_claim_Controller@view')->name('mb_claim-view');
|
|
|
});
|
|
|
|
|
|
+// --- admin: companies --- //
|
|
|
+Route::prefix('/companies')->group(function () {
|
|
|
+ Route::get('', 'companies_Controller@index')->name('companies-index');
|
|
|
+ Route::get('add_new', 'companies_Controller@add_new')->name('companies-add_new');
|
|
|
+ Route::get('view/{uid}', 'companies_Controller@view')->name('companies-view');
|
|
|
+});
|
|
|
+
|
|
|
// --- admin: companies_SINGLE --- //
|
|
|
Route::prefix('/companies/view/{uid}')->group(function () {
|
|
|
Route::get('ACTION_deactivate', 'companies_SINGLE_Controller@ACTION_deactivate')->name('companies_SINGLE-ACTION_deactivate');
|
|
@@ -662,9 +680,47 @@ Route::prefix('/companies/view/{uid}')->group(function () {
|
|
|
Route::get('SUB_dashboard', 'companies_SINGLE_Controller@SUB_dashboard')->name('companies_SINGLE-SUB_dashboard');
|
|
|
});
|
|
|
|
|
|
-// --- admin: companies --- //
|
|
|
-Route::prefix('/companies')->group(function () {
|
|
|
- Route::get('', 'companies_Controller@index')->name('companies-index');
|
|
|
- Route::get('add_new', 'companies_Controller@add_new')->name('companies-add_new');
|
|
|
- Route::get('view/{uid}', 'companies_Controller@view')->name('companies-view');
|
|
|
+// --- admin: accounts --- //
|
|
|
+Route::prefix('/accounts')->group(function () {
|
|
|
+ Route::get('', 'accounts_Controller@index')->name('accounts-index');
|
|
|
+ Route::get('view/{uid}', 'accounts_Controller@view')->name('accounts-view');
|
|
|
+});
|
|
|
+
|
|
|
+// --- admin: accounts_SINGLE --- //
|
|
|
+Route::prefix('/accounts/view/{uid}')->group(function () {
|
|
|
+ Route::get('ACTION_deactivate', 'accounts_SINGLE_Controller@ACTION_deactivate')->name('accounts_SINGLE-ACTION_deactivate');
|
|
|
+ Route::get('ACTION_reactivate', 'accounts_SINGLE_Controller@ACTION_reactivate')->name('accounts_SINGLE-ACTION_reactivate');
|
|
|
+ Route::get('SUB_dashboard', 'accounts_SINGLE_Controller@SUB_dashboard')->name('accounts_SINGLE-SUB_dashboard');
|
|
|
+ Route::get('SUB_clients', 'accounts_SINGLE_Controller@SUB_clients')->name('accounts_SINGLE-SUB_clients');
|
|
|
+});
|
|
|
+
|
|
|
+// --- admin: account_clients --- //
|
|
|
+Route::prefix('/account_clients')->group(function () {
|
|
|
+ Route::get('', 'account_clients_Controller@index')->name('account_clients-index');
|
|
|
+ Route::get('view/{uid}', 'account_clients_Controller@view')->name('account_clients-view');
|
|
|
+});
|
|
|
+
|
|
|
+// --- admin: account_clients_SINGLE --- //
|
|
|
+Route::prefix('/account_clients/view/{uid}')->group(function () {
|
|
|
+ Route::get('ACTION_proAllowAccess', 'account_clients_SINGLE_Controller@ACTION_proAllowAccess')->name('account_clients_SINGLE-ACTION_proAllowAccess');
|
|
|
+ Route::get('ACTION_proDenyAccess', 'account_clients_SINGLE_Controller@ACTION_proDenyAccess')->name('account_clients_SINGLE-ACTION_proDenyAccess');
|
|
|
+ Route::get('SUB_dashboard', 'account_clients_SINGLE_Controller@SUB_dashboard')->name('account_clients_SINGLE-SUB_dashboard');
|
|
|
+});
|
|
|
+
|
|
|
+// --- admin: products_SINGLE --- //
|
|
|
+Route::prefix('/products/view/{uid}')->group(function () {
|
|
|
+ Route::get('ACTION_update', 'products_SINGLE_Controller@ACTION_update')->name('products_SINGLE-ACTION_update');
|
|
|
+ Route::get('ACTION_deactivate', 'products_SINGLE_Controller@ACTION_deactivate')->name('products_SINGLE-ACTION_deactivate');
|
|
|
+ Route::get('ACTION_updateDeactivationMemo', 'products_SINGLE_Controller@ACTION_updateDeactivationMemo')->name('products_SINGLE-ACTION_updateDeactivationMemo');
|
|
|
+ Route::get('ACTION_reactivate', 'products_SINGLE_Controller@ACTION_reactivate')->name('products_SINGLE-ACTION_reactivate');
|
|
|
+ Route::get('ACTION_updateReactivationMemo', 'products_SINGLE_Controller@ACTION_updateReactivationMemo')->name('products_SINGLE-ACTION_updateReactivationMemo');
|
|
|
+ Route::get('SUB_dashboard', 'products_SINGLE_Controller@SUB_dashboard')->name('products_SINGLE-SUB_dashboard');
|
|
|
+ Route::get('SUB_versions', 'products_SINGLE_Controller@SUB_versions')->name('products_SINGLE-SUB_versions');
|
|
|
+});
|
|
|
+
|
|
|
+// --- admin: products --- //
|
|
|
+Route::prefix('/products')->group(function () {
|
|
|
+ Route::get('', 'products_Controller@index')->name('products-index');
|
|
|
+ Route::get('add_new', 'products_Controller@add_new')->name('products-add_new');
|
|
|
+ Route::get('view/{uid}', 'products_Controller@view')->name('products-view');
|
|
|
});
|