feat: Begins vendor views, working form, and table. Styles need some updates.
This commit is contained in:
14
Resources/Views/vendors.leaf
Normal file
14
Resources/Views/vendors.leaf
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("vendor-form", form)
|
||||
#extend("vendor-table")
|
||||
</div>
|
||||
</div>
|
||||
#endexport
|
||||
#endextend
|
||||
Reference in New Issue
Block a user