You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
412 B
17 lines
412 B
{{define "content"}}
|
|
<h2>Dashboard</h2>
|
|
<p>Welcome to the ServiceTrade Tools Dashboard.</p>
|
|
|
|
<div class="dashboard-grid">
|
|
<div class="dashboard-item">
|
|
{{template "invoice_search" .}}
|
|
</div>
|
|
<div class="dashboard-item">
|
|
{{template "document_upload" .}}
|
|
</div>
|
|
<div class="dashboard-item">
|
|
{{template "document_remove" .}}
|
|
</div>
|
|
<!-- Add more dashboard items as needed -->
|
|
</div>
|
|
{{end}}
|