@if($post->fixed) fixed @endif{{ $post->title }} |
@foreach($post->categories as $category){{$category->name}}@if(!$loop->last), @endif @endforeach |
@if(\Carbon\Carbon::now()->lt(\Carbon\Carbon::parse($post->created_at)))
{{ \Carbon\Carbon::parse($post->created_at)->format('M j Y, H:i') }} |
@else
{{ \Carbon\Carbon::parse($post->created_at)->format('M j Y, H:i') }} |
@endif
{{ timeElapsedString($post->updated_at) }} |
{{ $post->comment_count }} |
{{ $post->view_count }} |
@if($post->approved)
@else
@endif
|
|
|
@endforeach