I\'m using Laravel 4 to create my project.
I am currently building the comments section and I want to display how long ago the post was created, kin
Carbon::parse($p->created_at)->diffForHumans();