"Updated AdminController, MainController, and adminheader.blade.php to add admin profile feature and modified cart and profile logic for customers"

This commit is contained in:
UronShrestha
2024-07-14 16:45:49 +05:45
parent f214f8aab4
commit f171e49b3f
7 changed files with 117 additions and 26 deletions

View File

@ -406,7 +406,7 @@
<ul class="nav flex-column sub-menu">
<li class="nav-item"> <a class="nav-link" href="{{ route('logout') }}"> Logout </a>
</li>
<li class="nav-item"> <a class="nav-link" href="#">
<li class="nav-item"> <a class="nav-link" href="{{ route('adminProfile') }}">
Profile </a></li>
</ul>
</div>