complete story 6.1 with qa tests
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ Route::get('/language/{locale}', function (string $locale) {
|
||||
Route::middleware(['auth', 'active'])->group(function () {
|
||||
// Admin routes
|
||||
Route::middleware('admin')->prefix('admin')->group(function () {
|
||||
Route::view('/dashboard', 'livewire.admin.dashboard-placeholder')
|
||||
Volt::route('/dashboard', 'admin.dashboard')
|
||||
->name('admin.dashboard');
|
||||
|
||||
// Individual Clients Management
|
||||
|
||||
Reference in New Issue
Block a user