diff --git a/resources/views/layouts/user.blade.php b/resources/views/layouts/user.blade.php index 0607c90..188b799 100644 --- a/resources/views/layouts/user.blade.php +++ b/resources/views/layouts/user.blade.php @@ -40,8 +40,6 @@ @include('partials.mobile-bottom-nav', [ 'homeUrl' => route('woo.dashboard'), 'homeActive' => request()->routeIs('woo.dashboard'), - 'searchUrl' => route('woo.orders.index'), - 'searchActive' => request()->routeIs('woo.orders.*'), 'notificationsUrl' => route('notifications.index'), 'notificationsActive' => request()->routeIs('notifications.*'), 'unreadUrl' => route('notifications.unread'), diff --git a/resources/views/partials/store-switcher.blade.php b/resources/views/partials/store-switcher.blade.php index 9bac922..ab3f98e 100644 --- a/resources/views/partials/store-switcher.blade.php +++ b/resources/views/partials/store-switcher.blade.php @@ -1,15 +1,12 @@ @if(($wooActiveStores ?? collect())->count() > 0)