my updates

This commit is contained in:
Utkarsh Khedkar
2025-11-11 14:51:35 +05:30
parent b7085f81ab
commit 195f1bff16
7 changed files with 1425 additions and 146 deletions

View File

@@ -35,6 +35,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