portal access and report long description updated

This commit is contained in:
batuhanbas
2020-02-07 10:52:27 +03:00
parent 355bec5ccd
commit b856d79973
4 changed files with 13 additions and 4 deletions

View File

@ -105,7 +105,7 @@
<div class="dropdown-header noti-title">
<h6 class="text-overflow m-0">{{ trans('general.welcome') }}</h6>
</div>
<a href="{{ route('portal.profile.edit') }}" class="dropdown-item">
<a href="{{ route('portal.profile.edit', $user->id) }}" class="dropdown-item">
<i class="fas fa-user"></i>
<span>{{ trans('auth.profile') }}</span>
</a>