timestamp to carbon code example
Example 1: php carbon get timestamp
Carbon::now()->timestamp
Example 2: laravel carbon human readable
$comment->created_at->diffForHumans();
Carbon::now()->timestamp
$comment->created_at->diffForHumans();