From edf43ff270362b0a18f4d7dc3029f9469c34be57 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'] }}