Guest User

Untitled

a guest
Jan 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. protected $appends = ['views'];
  2.  
  3. public function getViewsAttribute()
  4. {
  5. return $this->views()->count();
  6. }
  7.  
  8. @foreach($posts as $post)
  9. Views: {{ $post->views }} {{ trans_choice('trans.views', $post->views)
  10. @endforeach
Add Comment
Please, Sign In to add comment