source: views/admin/dashboard.ejs

main
Last change on this file was 7517a3a, checked in by Luka Krstikj <luka.krstik@…>, 20 hours ago

init

  • Property mode set to 100644
File size: 356 bytes
Line 
1<%- include('../partials/header', { title: 'Admin Dashboard' }) %>
2
3<h1>Admin Dashboard</h1>
4<p>Welcome to the administration panel.</p>
5
6<div class="card">
7 <h2>Use Case 0003: Create Unit Listing</h2>
8 <p>Add new apartment units to the system.</p>
9 <a href="/admin/buildings" class="book-btn">Start Creating Unit</a>
10</div>
11
12<a href="/">← Back</a>
13
14
Note: See TracBrowser for help on using the repository browser.