diff --git a/resources/js/pages/posts/Show.vue b/resources/js/pages/posts/Show.vue index 103d0725..ef80209f 100644 --- a/resources/js/pages/posts/Show.vue +++ b/resources/js/pages/posts/Show.vue @@ -122,8 +122,8 @@ usePostEcho(props.post.id, '.post.platform.status.updated', () => {
-
-
+
+
-
- - +
+ + {{ $t('posts.show.published_on', { date: formatDateTime(post.published_at) }) }} @@ -142,7 +142,7 @@ usePostEcho(props.post.id, '.post.platform.status.updated', () => { {{ $t('posts.show.draft') }} - + {{ postStatus.label }}