mix up the navbar a bit

This commit is contained in:
2018-07-28 19:04:37 +02:00
parent dc5ec5db95
commit 4c1ec1ba2f
13 changed files with 331 additions and 298 deletions
@@ -6,13 +6,13 @@ $aclass = $dropdown ? 'dropdown-item' : 'nav-link';
@endphp
{!! $li !!}
<a class="{{ $aclass }}" href="{{ route('profile.edit') }}">
<i class="fa-sliders fa-pr"></i>{{ __('Profile') }}
</a>
<a class="{{ $aclass }}" href="{{ route('profile.view', user()->name) }}">
<i class="fa-home fa-pr"></i>{{ __('Your Profile') }}
</a>
{!! $li !!}
<a class="{{ $aclass }}" href="{{ route('account.edit') }}">
<i class="fa-key-modern fa-pr"></i>{{ __('Account') }}
<i class="fa-key-modern fa-pr"></i>{{ __('Settings') }}
</a>
{!! $li !!}