complete 3.4 with qa tests
This commit is contained in:
@@ -71,6 +71,12 @@ Route::middleware(['auth', 'active'])->group(function () {
|
||||
Route::prefix('client')->group(function () {
|
||||
Route::view('/dashboard', 'livewire.client.dashboard-placeholder')
|
||||
->name('client.dashboard');
|
||||
|
||||
// Consultations
|
||||
Route::prefix('consultations')->name('client.consultations.')->group(function () {
|
||||
Volt::route('/', 'client.consultations.index')->name('index');
|
||||
Volt::route('/book', 'client.consultations.book')->name('book');
|
||||
});
|
||||
});
|
||||
|
||||
// Settings routes
|
||||
|
||||
Reference in New Issue
Block a user