Skip to content

Commit

Permalink
Update navbar.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunnie-pin committed Jul 9, 2023
1 parent 6e66e2f commit 57fe8d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resources/views/partials/navbar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
<li>
<hr class="dropdown-divider">
</li>
<li>
<a class="dropdown-item d-flex align-items-center" href="{{ route('profile') }}">
<i class="bi bi-gear"></i>
<span>Settings Profile</span>
</a>
</li>
<li>
<hr class="dropdown-divider">
</li>
<li>
<a class="dropdown-item d-flex align-items-center" href="{{ route('change-password') }}">
<i class="bi bi-gear"></i>
Expand Down

0 comments on commit 57fe8d4

Please sign in to comment.