complete story 7.1 with qa tests
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ Route::middleware(['auth', 'active'])->group(function () {
|
||||
|
||||
// Client routes
|
||||
Route::middleware('client')->prefix('client')->name('client.')->group(function () {
|
||||
Route::view('/dashboard', 'livewire.client.dashboard-placeholder')
|
||||
Volt::route('/dashboard', 'client.dashboard')
|
||||
->name('dashboard');
|
||||
|
||||
// Consultations
|
||||
|
||||
Reference in New Issue
Block a user