From: Louis Jeckel Date: Wed, 9 Sep 2020 12:04:42 +0000 (+0200) Subject: Update show.blade.php X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fe047e3000913aa069c710c14098f054a1bd99a6;p=psq.git Update show.blade.php --- diff --git a/resources/views/social-articles/show.blade.php b/resources/views/social-articles/show.blade.php index cce5113..246bea4 100644 --- a/resources/views/social-articles/show.blade.php +++ b/resources/views/social-articles/show.blade.php @@ -11,7 +11,7 @@

{{$article->title}}

{!! $article->chapo !!}
-
+
@if($article->isVisibleByUser()) {!! $article->content !!}