Feature: Updating Core imports after restructure

This commit is contained in:
2026-08-27 01:21:57 +03:00
parent b3405c1b60
commit 0dcaf112be
15 changed files with 52 additions and 139 deletions
+2 -2
View File
@@ -56,12 +56,12 @@ class="{{ $loop->first ? '' : 'hidden' }} group h-full flex flex-col justify-cen
class="w-full h-full object-cover"
>
@else
<span class="text-neutral-500 text-sm">Χωρίς εικόνα</span>
<span class="text-neutral-500 text-sm">{{ __('storefront.product.no_image') }}</span>
@endif
</a>
<x-ui.button size="md" position="absolute" class="opacity-0 group-hover:opacity-100 transition-opacity duration-100">
Προσθήκη στο καλάθι
{{ __('storefront.product.add_to_cart') }}
</x-ui.button>
</div>