MINI Sh3ll
<div id="layoutSidenav_nav">
<nav class="sidenav shadow-right sidenav-light">
<div class="sidenav-menu">
<div class="nav accordion" id="accordionSidenav">
<!-- Sidenav Menu Heading (Account)-->
<!-- * * Note: * * Visible only on and above the sm breakpoint-->
<div class="sidenav-menu-heading d-sm-none">Account</div>
<!-- Sidenav Link (Alerts)-->
<!-- * * Note: * * Visible only on and above the sm breakpoint-->
<a class="nav-link d-sm-none" href="#!">
<div class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bell"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path></svg></div>
Alerts
<span class="badge badge-warning-soft text-warning ml-auto">4 New!</span>
</a>
<!-- Sidenav Link (Messages)-->
<!-- * * Note: * * Visible only on and above the sm breakpoint-->
<a class="nav-link d-sm-none" href="#!">
<div class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg></div>
Messages
<span class="badge badge-success-soft text-success ml-auto">2 New!</span>
</a>
<!-- Sidenav Menu Heading (Core)-->
<!-- Sidenav Link (Charts)-->
<a class="nav-link" href="<?=SITE_ROOT_URL?>home/">
<div class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bar-chart"><line x1="12" y1="20" x2="12" y2="10"></line><line x1="18" y1="20" x2="18" y2="4"></line><line x1="6" y1="20" x2="6" y2="16"></line></svg></div>
Home
</a>
<!-- Sidenav Link (Tables)-->
<a class="nav-link" href="<?=SITE_ROOT_URL?>companies/">
<div class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-filter"><polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon></svg></div>
Companies
</a>
<!-- Sidenav Link (Tables)-->
<a class="nav-link" href="<?=SITE_ROOT_URL?>plants/">
<div class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-filter"><polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon></svg></div>
Plants
</a>
<!-- Sidenav Link Tables)-->
<a class="nav-link" href="<?=SITE_ROOT_URL?>users/">
<div class="nav-link-icon"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-filter"><polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon></svg></div>
Users
</a>
</div>
</div>
<!-- Sidenav Footer-->
<div class="sidenav-footer">
<div class="sidenav-footer-content">
<div class="sidenav-footer-subtitle">Logged in as:</div>
<div class="sidenav-footer-title"><?=trim($loginUser['firstname'].' '.$loginUser['lastname'])?></div>
</div>
</div>
</nav>
</div>
OHA YOOOO