I am very confused by this, maybe its something simple I am not seeing. If I want to see if a date is in the past of today I should be able to do something like this?
Check the section “Comparison” on carbon docs. You should call $first->lte($second) to compare two carbon instances.
$first->lte($second)