ASWARCO - تحسين كتالوج الزائر والتفاصيل العامة
==============================================

المزايا:
- صفحة تفاصيل عامة تعرض ماركة السيارة والطراز وسنوات الموديل وسعة المحرك وكوده.
- لا تعرض أي سعر للزائر.
- رسالة تسجيل الدخول لرؤية السعر أصبحت حمراء.
- وضع الصفوف أصبح مضغوطًا لعرض قرابة خمسة منتجات معًا.
- وضع البطاقات يبقى أربعة منتجات في الصف.

لا تحفظ Git قبل تجربة التحديث.

من PowerShell داخل C:\Users\User\Herd\aswarco:

$fix = Get-ChildItem "C:\Users\User" -Filter "ASWARCO*Public*Catalog*Fix*.zip" -File -Recurse -ErrorAction SilentlyContinue | Select-Object -First 1
$fix.FullName
Expand-Archive -LiteralPath $fix.FullName -DestinationPath "C:\Users\User\Herd\aswarco" -Force
php artisan optimize:clear
php artisan view:cache

افتح صفحة المنتجات كزائر واضغط Ctrl + F5، ثم اختبر وضعي البطاقات والصفوف وصفحة التفاصيل.

بعد نجاح الاختبار فقط:

git add resources\views\components\theme-head.blade.php resources\views\public\products\index.blade.php resources\views\public\products\show.blade.php resources\views\customer\products\index.blade.php INSTALL_PUBLIC_CATALOG_DETAILS_FIX.txt
git commit -m "Improve public product details and compact list view"
