public dash and view counting
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
<nav class="navbar navbar-expand-md navbar-light page-navbar">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{{ url('/') }}" aria-label="Go to Dashboard">
|
||||
<a class="navbar-brand" href="{{ route('dash') }}" aria-label="Go to Dashboard">
|
||||
<img src="/images/logo.svg" aria-hidden=true alt="LOGO" height="32px" style="margin: -10px 0" class="mr-2">{{--
|
||||
--}}datatable.directory
|
||||
</a>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user