complete 3.1 with qa test and future recommendations files also update claude md with init and laravel boost

This commit is contained in:
Naser Mansour
2025-12-26 18:24:26 +02:00
parent 1376f86d79
commit e679a45933
15 changed files with 943 additions and 12 deletions
+5
View File
@@ -59,6 +59,11 @@ Route::middleware(['auth', 'active'])->group(function () {
Volt::route('/{client}', 'admin.clients.company.show')->name('show');
Volt::route('/{client}/edit', 'admin.clients.company.edit')->name('edit');
});
// Admin Settings
Route::prefix('settings')->name('admin.settings.')->group(function () {
Volt::route('/working-hours', 'admin.settings.working-hours')->name('working-hours');
});
});
// Client routes