This commit is contained in:
Pusdatin BPKD Jkt
2022-07-13 15:27:31 +07:00
parent 2624b4e1e6
commit 26bdde4442
24 changed files with 337 additions and 793 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link" data-toggle="dropdown" href="#">
<i class="fas fa-th-large"></i>
<i class="fa fa-user mr-2"></i>{{ Auth::user()->name }}</span>
</a>
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
<a class="dropdown-item modalButton" title="Ganti Kata Sandi" href="{{ route("users.changepass", Auth::user()->id) }}" ><i class="fa fa-key mr-2"></i> Ganti Kata Sandi</a>