{{ $post->user->name }}
  • {{ $post->user->name }} @if($post->users_tagged->count() > 0) {{ trans('common.with') }} {{--*/ $post_tags = $post->users_tagged->pluck('name')->toArray() /*--}} {{--*/ $post_tags_ids = $post->users_tagged->pluck('id')->toArray() /*--}} @foreach($post->users_tagged as $key => $user) @if($key==1) {{ trans('common.and') }} @if(count($post_tags)==1) {{ $user->name }} @else {{ count($post_tags).' '.trans('common.others') }} @endif @break @endif {{ array_shift($post_tags) }} @endforeach @endif
  • {{ $post->created_at }}+00:00