From 89eb9f5c4eb81a6da21dacde91d7efe7adaa380c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Thu, 1 Jan 2026 20:00:34 +0300 Subject: [PATCH] Refactor Featured Products Section in Menu Item Component: Updated the layout and styling of the featured products section in the menu-item Blade component for improved visual appeal and user experience. Enhanced the structure for better responsiveness and consistency in design. --- .../components/front/menu-item.blade.php | 44 ++++++++++--------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/resources/views/components/front/menu-item.blade.php b/resources/views/components/front/menu-item.blade.php index 778b2fd..7d8322a 100644 --- a/resources/views/components/front/menu-item.blade.php +++ b/resources/views/components/front/menu-item.blade.php @@ -40,28 +40,30 @@ -
- -
- @foreach($featuredProducts as $item) -
- - - {{ $item->translate('title') }} - +
+
+ +
+ @foreach($featuredProducts as $item) + + @endforeach
- @endforeach