Ongoing events you are registered for...

@if ($ongoingEvents->count() > 0)
@foreach($ongoingEvents as $event)
@endforeach
@else

There are no ongoing events at this time.

@endif

Upcoming events you are registered for...

@if ($events->count() > 0)
@foreach($events as $event)
@endforeach
@else

Sorry there are no events to display at this time.

@endif