PK
œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/qpfajntr/ekhaya.265thami.com/y77.php on line 8
| Dir : /home/qpfajntr/wallet.265thami.com/application__b25eadc/routes/ |
| Server: Linux premium288.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 IP: 162.254.39.137 |
| Dir : /home/qpfajntr/wallet.265thami.com/application__b25eadc/routes/notus.php |
<?php
Route::prefix('administrator')->group(function () {
Route::get('dashboard', 'Admin\DashboardController@index')->name('notus_dashboard')->middleware('auth');
Route::get('users', 'Admin\UserController@list')->name('notus_users')->middleware('auth');
//currencies
Route::get('currencies', 'Admin\CurrencyController@list')->name('notus_currencies')->middleware('auth');
Route::get('currencies/add', 'Admin\CurrencyController@add')->name('notus_currencies')->middleware('auth');
Route::post('currencies/create', 'Admin\CurrencyController@create')->middleware('auth');
});