#2 create post
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
<x-nav-link :href="route('dashboard')" :active="request()->routeIs('dashboard')">
|
||||
{{ __('Dashboard') }}
|
||||
</x-nav-link>
|
||||
<x-nav-link :href="route('post.index')" :active="request()->routeIs('post.*')">
|
||||
{{ __('Posts') }}
|
||||
</x-nav-link>
|
||||
<x-nav-link :href="route('user.index')" :active="request()->routeIs('user.index')">
|
||||
{{ __('Users') }}
|
||||
</x-nav-link>
|
||||
@@ -76,6 +79,9 @@
|
||||
<x-responsive-nav-link :href="route('dashboard')" :active="request()->routeIs('dashboard')">
|
||||
{{ __('Dashboard') }}
|
||||
</x-responsive-nav-link>
|
||||
<x-responsive-nav-link :href="route('post.index')" :active="request()->routeIs('post.*')">
|
||||
{{ __('Posts') }}
|
||||
</x-responsive-nav-link>
|
||||
<x-responsive-nav-link :href="route('user.index')" :active="request()->routeIs('user.index')">
|
||||
{{ __('Users') }}
|
||||
</x-responsive-nav-link>
|
||||
|
||||
Reference in New Issue
Block a user