This commit is contained in:
tanch0
2024-06-15 22:23:54 +05:45
parent 8253440371
commit cb99bedac6
144 changed files with 6436 additions and 3112 deletions

View File

@ -97,13 +97,13 @@ Route::middleware('auth')->group(function () {
require __DIR__ . '/route.settings.php';
require __DIR__ . '/route.menulocations.php';
require __DIR__ . '/route.menuitems.php';
require __DIR__ . '/route.provinces.php';
require __DIR__ . '/route.news_type.php';
require __DIR__ . '/route.newscategories.php';
require __DIR__ . '/route.news.php';
require __DIR__ . '/route.authors.php';
require __DIR__ . '/route.advertisement.php';
require __DIR__ . '/route.economies.php';
});
require __DIR__ . '/route.client.php';