diff --git a/pages/client/shops.php b/pages/client/shops.php
index 6dfc2c5c2da6dfa82b64c364153e92f911d85ce1..bcbe92005006f85b1e2db16db8af2c50356e8e80 100644
--- a/pages/client/shops.php
+++ b/pages/client/shops.php
@@ -58,7 +58,7 @@
                 <div class="row">
                     <?php
                     $shops = Shop::getShops();
-                    foreach($shop as $shop){
+                    foreach($shops as $shop){
                         $texture = $shop['item']->getTexture();
                         echo ('<div class="col-sm">
                                     <div class="card" style="width: 18rem;">