@if($reminders['today']->count() === 0 && $reminders['upcoming']->count() === 0 && $reminders['past']->count() === 0)
No reminders found
Create your first reminder to get started
Create Reminder
@else
@if($reminders['today']->count() > 0)
@endif
@if($reminders['upcoming']->count() > 0)
@endif
@if($reminders['past']->count() > 0)