Carbon diffForHumans() - replace seconds with "just now"
When I use
{{ $message->created_at->diffForHumans() }}
with livewire I can see it count up in seconds until 1 minute then it changes every minute. Is there a way I can instead of the first 60 seconds say "just now" and than the minutes?