Account Section UI Changes

This commit is contained in:
Utkarsh Khedkar
2025-11-27 19:39:36 +05:30
parent 04b00c9db8
commit 97db70c40e
14 changed files with 2876 additions and 523 deletions

View File

@@ -32,6 +32,8 @@ Route::prefix('admin')->group(function () {
Route::post('/logout', [AdminAuthController::class, 'logout'])
->name('admin.logout');
});