11 lines
380 B
PHP
11 lines
380 B
PHP
<!-- Control Sidebar -->
|
|
<aside class="control-sidebar control-sidebar-dark">
|
|
<!-- Control sidebar content goes here -->
|
|
<div class="p-3">
|
|
<h5>Admin Dashboard</h5>
|
|
<p>
|
|
The admin dashboard holds all the functionality for the administrators of the site. This tab is currently not utilized.
|
|
</p>
|
|
</div>
|
|
</aside>
|
|
<!-- /.control-sidebar --> |