@if(count($otherFollowUps)>0)
@php $i = 0; @endphp
@foreach($otherFollowUps as $followUp)@if($i >= 5)
@endif
{{ $followUp->operator->getName() }}
{{ $followUp->note }}
{{ $followUp->nextUp() }}
@if($i >= 5)
@endif
@php $i++; @endphp
@endforeach
@else
Keine Wiedervorlagen hinterlegt.
@endif