This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
@{ ViewData["Title"] = "문의 등록"; }
|
||||
|
||||
<section class="admin-page-shell">
|
||||
<partial name="_AdminPageHeader" model='("Customer Requests", "문의 등록", "관리자가 직접 상담 요청을 등록할 수 있습니다.", null, null)' />
|
||||
@await Html.PartialAsync("_AdminPageHeader", new TaxBaik.Web.Models.AdminPageHeaderModel("Customer Requests", "문의 등록", "관리자가 직접 상담 요청을 등록할 수 있습니다.", null, null))
|
||||
|
||||
<form method="post" class="card">
|
||||
<div class="card-body">
|
||||
<partial name="_ValidationSummary" />
|
||||
@await Html.PartialAsync("_ValidationSummary")
|
||||
<div class="row g-3">
|
||||
<div class="col-md-6">
|
||||
<label asp-for="Input.Name" class="form-label"></label>
|
||||
@@ -45,3 +45,12 @@
|
||||
</div>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user