feat: Reorganizing views
This commit is contained in:
14
Resources/Views/users/index.leaf
Normal file
14
Resources/Views/users/index.leaf
Normal file
@@ -0,0 +1,14 @@
|
||||
#extend("home"):
|
||||
#export("homeContent"):
|
||||
<div id="home-content" class="container">
|
||||
<div class="container">
|
||||
<h1>Users</h1>
|
||||
<br>
|
||||
<p>Users are people that can login and generate puchase orders for employees.</p>
|
||||
<br>
|
||||
</div>
|
||||
#extend("users/form", form)
|
||||
#extend("users/table")
|
||||
</div>
|
||||
#endexport
|
||||
#endextend
|
||||
Reference in New Issue
Block a user