diff --git a/public/images/ladill-icons/storefront.svg b/public/images/ladill-icons/storefront.svg new file mode 100644 index 0000000..bf6a1f4 --- /dev/null +++ b/public/images/ladill-icons/storefront.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/resources/views/partials/sidebar.blade.php b/resources/views/partials/sidebar.blade.php index 60aaa6d..483a772 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' => 'Orders', 'route' => route('merchant.orders.index'), 'active' => request()->routeIs('merchant.orders.*'), 'icon' => ''], ['name' => 'Payouts', 'route' => route('merchant.payouts'), 'active' => request()->routeIs('merchant.payouts'),