From 957d033e2d35f1761ddb320a8328493dcae6c580 Mon Sep 17 00:00:00 2001 From: Ludovic CANDELLIER Date: Wed, 30 Mar 2022 16:38:49 +0200 Subject: [PATCH] fix --- resources/views/Shop/Articles/partials/article.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/Shop/Articles/partials/article.blade.php b/resources/views/Shop/Articles/partials/article.blade.php index 64ccec59..5f79d7e3 100644 --- a/resources/views/Shop/Articles/partials/article.blade.php +++ b/resources/views/Shop/Articles/partials/article.blade.php @@ -9,7 +9,7 @@

{{ $article['parent_name'] }}

- {{ $product_name }} + {{ $article['product_name'] }}