mv add form into advance

This commit is contained in:
realaravinth
2021-12-10 06:16:38 +05:30
parent 5afa531bb8
commit b2297eab6d
42 changed files with 62 additions and 62 deletions

View File

@@ -0,0 +1,15 @@
<. include!("../../../../components/headers/index.html"); .>
<. include!("../../../navbar/index.html"); .>
<div class="tmp-layout">
<. include!("../../../header/index.html"); .>
<main class="panel-main">
<. include!("../../../help-banner/index.html"); .>
<!-- Main content container -->
<div class="inner-container">
<!-- Main menu/ important actions roaster -->
<. include!("./form.html"); .>
</div>
<!-- end of container -->
<. include!("../../../../components/footers.html"); .>