diff --git a/resources/views/admin/post/index.blade.php b/resources/views/admin/post/index.blade.php index e7f7579..4745827 100644 --- a/resources/views/admin/post/index.blade.php +++ b/resources/views/admin/post/index.blade.php @@ -17,18 +17,21 @@ Title - Created - Status - Author + Created + Status + Author Action @foreach ($posts as $post) - {{ $post->title }} - {{ $post->created_at }} - {{ ucwords($post->status) }} - {{ $post->author->getName() }} + +
{{ $post->title }}
+
{{ ucwords($post->status) }} - {{ \Carbon\Carbon::parse($post->created_at)->format('M j Y, g:i a') }}
+ + {{ \Carbon\Carbon::parse($post->created_at)->format('M j Y, g:i a') }} + {{ ucwords($post->status) }} + {{ $post->author->getName() }}