diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php index 91fcdf7..e5c24fa 100644 --- a/resources/views/partials/sidebar.blade.php +++ b/resources/views/partials/sidebar.blade.php @@ -9,7 +9,7 @@ ['name' => 'Overview', 'route' => route('merchant.dashboard'), 'active' => request()->routeIs('merchant.dashboard'), 'icon' => ''], ['name' => 'Storefronts', 'route' => route('merchant.storefronts.index'), 'active' => request()->routeIs('merchant.storefronts.*'), - 'icon' => ''], + 'icon' => ''], ['name' => 'Products', 'route' => route('merchant.products.index'), 'active' => request()->routeIs('merchant.products.*'), 'icon' => ''], ['name' => 'Orders', 'route' => route('merchant.orders.index'), 'active' => request()->routeIs('merchant.orders.*'),