Standardize admin clients pages
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m23s

This commit is contained in:
2026-07-09 11:41:40 +09:00
parent 55933649f6
commit 6ec4ef4c9a
25 changed files with 341 additions and 411 deletions
@@ -0,0 +1,9 @@
@model string
<div class="card shadow-sm border-0">
<div class="card-body text-center py-5">
<div class="text-muted mb-2">준비 중</div>
<h3 class="card-title mb-2">@Model</h3>
<p class="text-muted mb-0">이 페이지는 현재 구조를 맞춘 상태이며, 다음 단계에서 기능을 채우면 됩니다.</p>
</div>
</div>