homepage, new newsletter section, multilang support

This commit is contained in:
elvira
2026-08-08 14:50:10 +03:00
parent bf8b9219fc
commit e46276a31b
26 changed files with 1580 additions and 547 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
class ProductController extends Controller
{
public function show(Product $product)
public function show(string $locale, Product $product)
{
$product->load([
"variants.prices.currency",