From 32d5f9ef3f8a06950698bd2fa8b300da558ef7e6 Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 8 May 2026 21:23:31 +0800 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=81=D1=82=D0=B8=D0=BB=D1=8C=20=D0=BD=D0=BE=D0=B2=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Modules/Post/Views/list/card.blade.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/Modules/Post/Views/list/card.blade.php b/app/Modules/Post/Views/list/card.blade.php index b31ca60..cd448c5 100644 --- a/app/Modules/Post/Views/list/card.blade.php +++ b/app/Modules/Post/Views/list/card.blade.php @@ -34,18 +34,21 @@ @if ($post->image)
image }}');">

{{ $post->name }}

- Опубиковано {{ $post->created_at->diffForHumans() }} + Опубликовано {{ $post->created_at->diffForHumans() }}
@else
-

{{ $post->name }}

+

{{ $post->name }}

+
+ Опубликовано {{ $post->created_at->diffForHumans() }} +
@endif