mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Added Client Name to the top of Client Side Nav Thank You @aftechro
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
<li class="nav-item">
|
||||
<a href="clients.php" class="nav-link">
|
||||
<i class="nav-icon fas fa-arrow-left"></i>
|
||||
<p>Back</p>
|
||||
<p>Back</p> |
|
||||
<p><strong><?php echo $client_name; ?></strong></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="nav-header mt-3">CLIENT</li>
|
||||
|
||||
Reference in New Issue
Block a user