Merge branch 'main' of http://103.248.30.24:3000/kent-logistics/Kent-logistics-Laravel
This commit is contained in:
Abhishek Mali
2025-11-12 11:56:58 +05:30
7 changed files with 1425 additions and 146 deletions

View File

@@ -37,6 +37,8 @@ Route::prefix('admin')->middleware('auth:admin')->group(function () {
Route::get('/orders', fn() => view('admin.orders'))->name('admin.orders');
Route::get('/staff', fn() => view('admin.staff'))->name('admin.staff');
Route::get('/account', fn() => view('admin.account'))->name('admin.account');
Route::get('/profile', fn() => view('admin.profile'))->name('admin.profile');
// ✅ User Requests Controller Routes