Peter Muturi 5 ani în urmă
părinte
comite
8c1fc712b2
1 a modificat fișierele cu 11 adăugiri și 11 ștergeri
  1. 11 11
      routes/web.php

+ 11 - 11
routes/web.php

@@ -30,16 +30,16 @@ Route::middleware('pro.auth')->group(function () {
     Route::get('/', 'HomeController@dashboard')->name('dashboard');
     Route::get('/', 'HomeController@dashboard')->name('dashboard');
     Route::get('/patients', 'HomeController@patients')->name('patients');
     Route::get('/patients', 'HomeController@patients')->name('patients');
 
 
-    Route::prefix('practice-management')->group(function () {

-      Route::get('dashboard', 'PracticeManagementController@dashboard')->name('dashboard');

-      Route::get('rates', 'PracticeManagementController@rates')->name('rates');

-      Route::get('previous-bills', 'PracticeManagementController@previousBills')->name('previousBills');

-      Route::get('financial-transactions', 'PracticeManagementController@financialTransactions')->name('financialTransactions');

-      Route::get('pending-bills-to-sign', 'PracticeManagementController@pendingBillsToSign')->name('pendingBillsToSign');

-      Route::get('hr', 'PracticeManagementController@HRPracticeMan')->name('HRPracticeMan');

-      Route::get('direct-deposit-settings', 'PracticeManagementController@directDepositSettings')->name('directDepositSettings');

-      Route::get('w9', 'PracticeManagementController@w9')->name('w9');

-      Route::get('contract', 'PracticeManagementController@contract')->name('contract');

-    });
+    // Route::prefix('practice-management')->group(function () {

+    //   Route::get('dashboard', 'PracticeManagementController@dashboard')->name('dashboard');

+    //   Route::get('rates', 'PracticeManagementController@rates')->name('rates');

+    //   Route::get('previous-bills', 'PracticeManagementController@previousBills')->name('previousBills');

+    //   Route::get('financial-transactions', 'PracticeManagementController@financialTransactions')->name('financialTransactions');

+    //   Route::get('pending-bills-to-sign', 'PracticeManagementController@pendingBillsToSign')->name('pendingBillsToSign');

+    //   Route::get('hr', 'PracticeManagementController@HRPracticeMan')->name('HRPracticeMan');

+    //   Route::get('direct-deposit-settings', 'PracticeManagementController@directDepositSettings')->name('directDepositSettings');

+    //   Route::get('w9', 'PracticeManagementController@w9')->name('w9');

+    //   Route::get('contract', 'PracticeManagementController@contract')->name('contract');

+    // });
 
 
 });
 });