Added Client Name to the top of Client Side Nav Thank You @aftechro

This commit is contained in:
johnny@pittpc.com
2021-08-07 22:17:43 -04:00
parent 835f3fbe52
commit eef4c65057
2 changed files with 3 additions and 2 deletions

View File

@@ -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>