There’s built-in Carbon method isPast so you can use:
$league->date_start->isPast()
to determine if date is in past or not
There’s built-in Carbon method isPast so you can use:
$league->date_start->isPast()
to determine if date is in past or not