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?
There's built-in Carbon method isPast so you can use:
isPast
$league->date_start->isPast()
to determine if date is in past or not