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