complete story 6.4 with qa tests + fixed the problem with the navigation button to the export users page

This commit is contained in:
Naser Mansour
2025-12-27 20:15:37 +02:00
parent 07fc38de8d
commit b69b4c8be2
15 changed files with 1616 additions and 46 deletions
+4
View File
@@ -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