Skip to content

Commit

Permalink
Logged In Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
alainvd committed Jun 10, 2024
1 parent eb63a14 commit 807c284
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/components/ecl/login-menu.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
@can('create statements')
<x-ecl.menu-item icon="settings" :link="route('profile.api.index')"
title="{{__('menu.API Token Management')}}"/>

<x-ecl.menu-item icon="edit" :link="route('statement.create')"
title="{{__('menu.Submit statements of reasons')}}"/>

@endcan
<hr class="ecl-site-header__login-separator">
<x-ecl.menu-item link="/logout" title="{{__('menu.Logout')}}"/>
Expand Down

0 comments on commit 807c284

Please sign in to comment.