Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
Add missing edit password menu
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed May 13, 2019
1 parent c790c67 commit 50e2cfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/menu/topbar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
{{ auth()->user()->name }}
<i class="icon dropdown"></i>
<div class="menu">
@if(Route::has('epicentrum::my.password.edit'))
<a href="{{ route('epicentrum::my.password.edit') }}" class="item">Edit Password</a>
@endif
<div class="divider"></div>
<a href="{{ route('auth::logout') }}" class="item">Logout</a>
</div>
</div>
Expand Down

0 comments on commit 50e2cfa

Please sign in to comment.