laravel date compare CARBON code example
Example 1: php carbon get timestamp
Carbon::now()->timestamp
Example 2: laravel carbon human readable
$comment->created_at->diffForHumans();
Example 3: carbon compare same date
$date1->toDateString() == $date2->toDateString()