feat: Reorganizing views
This commit is contained in:
14
Resources/Views/employees/index.leaf
Normal file
14
Resources/Views/employees/index.leaf
Normal file
@@ -0,0 +1,14 @@
|
||||
#extend("home"):
|
||||
#export("homeContent"):
|
||||
<div id="home-content" class="container" #if(oob): hx-swap-oob="outerHTML" #endif>
|
||||
<div class="container">
|
||||
<h1>Employees</h1>
|
||||
<br>
|
||||
<p>Employees are who purchase orders can be generated for.</p>
|
||||
<br>
|
||||
</div>
|
||||
#extend("employees/form", form)
|
||||
#extend("employees/table")
|
||||
</div>
|
||||
#endexport
|
||||
#endextend
|
||||
Reference in New Issue
Block a user