@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
معاينة ثيم: {{ $theme->name }}
تخصيص العودة

مرحبًا بك في {{ $store->name }}

تسوق أحدث المنتجات بأفضل الأسعار

تسوق الآن

التصنيفات

@foreach(range(1, 4) as $i)

تصنيف {{ $i }}

{{ rand(5, 20) }} منتج

@endforeach

منتجات مميزة

@foreach(range(1, 8) as $i)
@if($i % 3 === 0)
تخفيض
@endif

منتج {{ $i }}

{{ rand(50, 500) }} ر.س
@endforeach

آراء العملاء

@foreach(range(1, 3) as $i)

عميل {{ $i }}

@foreach(range(1, 5) as $star) @endforeach

تجربة رائعة مع هذا المتجر! المنتجات ذات جودة عالية والتوصيل سريع.

@endforeach