complete story 7.1 with qa tests

This commit is contained in:
Naser Mansour
2025-12-28 23:17:54 +02:00
parent 47f9caf762
commit 22cdca77bd
8 changed files with 773 additions and 19 deletions
+1 -1
View File
@@ -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