public dash and view counting

This commit is contained in:
2018-07-29 11:52:29 +02:00
parent f77b1789fa
commit a79b5ae7d8
37 changed files with 415 additions and 663 deletions
@@ -6,7 +6,7 @@ $aclass = $dropdown ? 'dropdown-item' : 'nav-link';
@endphp
{!! $li !!}
<a class="{{ $aclass }}" href="{{ route('profile.view', user()->name) }}">
<a class="{{ $aclass }}" href="{{ route('home') }}">
<i class="fa-home fa-pr"></i>{{ __('Your Profile') }}
</a>