Skip to content

Commit

Permalink
blog route updated
Browse files Browse the repository at this point in the history
  • Loading branch information
codephics committed Aug 17, 2024
1 parent c00b646 commit b1eb184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/Providers/RouteServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class RouteServiceProvider extends ServiceProvider
public const ManageSliders = 'manage-sliders';
public const ManagePages = 'manage-pages';

public const Blog = 'blogs/manage';
public const BlogCategories = 'blogs/categories';
public const Blog = 'weblog/manage';
public const BlogCategories = 'weblog/categories';

public const ManageContacts = 'manage-contacts';
public const ManageSubscribers = 'manage-subscribers';
Expand Down
2 changes: 1 addition & 1 deletion resources/views/frontend/skeleton/navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<li class="nav-item"><a href="{{ route('item.shop') }}" class="nav-link">Shop</a></li>
<li class="nav-item"><a href="{{ route('blog') }}" class="nav-link">Blog</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="true">
About Us
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
Expand Down

0 comments on commit b1eb184

Please sign in to comment.