This commit is contained in:
Pusdatin BPKD Jkt
2022-08-23 11:51:38 +07:00
parent f4a830593b
commit 92c24df0f6
14 changed files with 80 additions and 200 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
</li>
<li class="nav-item dropdown">
<a class="nav-link" data-toggle="dropdown" href="#">
<i class="fa fa-user mr-2"></i>{{ Auth::user()->name." | Role : ".strtoupper($role) }}</span>
<i class="fa fa-user mr-2"></i>{{ strtoupper(Auth::user()->name)." | ROLE : ".strtoupper($role) }}</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>