التصنيفات
تصنيف {{ $i }}
{{ rand(5, 20) }} منتج
منتجات مميزة
منتج {{ $i }}
آراء العملاء
عميل {{ $i }}
تجربة رائعة مع هذا المتجر! المنتجات ذات جودة عالية والتوصيل سريع.
@vite(['resources/css/app.css', 'resources/js/app.js']) @php // تحميل قيم الثيم $themeColors = json_decode($theme->colors, true); $themeFonts = json_decode($theme->fonts, true); $themeLayout = json_decode($theme->layout_options, true); // دمج مع الإعدادات المخصصة $colors = isset($themeSettings['colors']) ? array_merge($themeColors, $themeSettings['colors']) : $themeColors; $fonts = isset($themeSettings['fonts']) ? array_merge($themeFonts, $themeSettings['fonts']) : $themeFonts; $layout = isset($themeSettings['layout_options']) ? array_merge($themeLayout, $themeSettings['layout_options']) : $themeLayout; @endphp
{{ rand(5, 20) }} منتج
تجربة رائعة مع هذا المتجر! المنتجات ذات جودة عالية والتوصيل سريع.