complete story 6.4 with qa tests + fixed the problem with the navigation button to the export users page
This commit is contained in:
@@ -97,6 +97,10 @@ Route::middleware(['auth', 'active'])->group(function () {
|
||||
Volt::route('/create', 'admin.posts.create')->name('create');
|
||||
Volt::route('/{post}/edit', 'admin.posts.edit')->name('edit');
|
||||
});
|
||||
|
||||
// User Export
|
||||
Volt::route('/users/export', 'admin.users.export-users')
|
||||
->name('admin.users.export');
|
||||
});
|
||||
|
||||
// Client routes
|
||||
|
||||
Reference in New Issue
Block a user