everything semi working before sample implementation

This commit is contained in:
twotalesanimation
2025-12-30 00:09:14 +02:00
parent 00b8ff77b2
commit 3c24c0e9ef
39 changed files with 1072 additions and 1615 deletions
@@ -1,5 +1,5 @@
<a href="{{ route('product-detail', $product) }}" style="text-decoration: none; color: inherit;">
<div class="card" data-category="{{ $product->category->slug }}">
<div class="product-card" data-category="{{ $product->category->slug }}">
@if($product->images->count() > 0)
<img src="{{ asset('storage/' . $product->images->first()->image_path) }}" alt="{{ $product->name }}" class="card-image" style="background-size: cover; background-position: center;">
@else