feat: add ability to add after the profile link

This commit is contained in:
Craig Smith
2021-07-15 14:01:09 +12:00
committed by GitHub
parent 3ade5cb4a3
commit 09cb0547ae

View File

@@ -336,6 +336,8 @@
<span>{{ trans('auth.profile') }}</span> <span>{{ trans('auth.profile') }}</span>
</a> </a>
@endcanany @endcanany
@stack('navbar_profile_edit_end')
@canany(['read-auth-users', 'read-auth-roles', 'read-auth-permissions']) @canany(['read-auth-users', 'read-auth-roles', 'read-auth-permissions'])
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>