feat: Reorganizing views
This commit is contained in:
14
Resources/Views/vendors/index.leaf
vendored
Normal file
14
Resources/Views/vendors/index.leaf
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
#extend("home"):
|
||||
#export("homeContent"):
|
||||
<div id="home-content" class="container">
|
||||
<div class="container">
|
||||
<h1>Vendors</h1>
|
||||
<br>
|
||||
<p>Vendors are who purchase orders can be issued for, they consist of multiple branches / locations.</p>
|
||||
<br>
|
||||
#extend("vendors/form", form)
|
||||
#extend("vendors/table")
|
||||
</div>
|
||||
</div>
|
||||
#endexport
|
||||
#endextend
|
||||
Reference in New Issue
Block a user