carbon compare dates with year code example
Example 1: php carbon get timestamp
Carbon::now()->timestamp
Example 2: carbon compare same date
$date1->toDateString() == $date2->toDateString()
Carbon::now()->timestamp
$date1->toDateString() == $date2->toDateString()