Key Dates
@foreach($keyDates as $type)
@if(isset($dates[$type->id]) && !empty($dates[$type->id])) @endif
@endforeach
@if($keyDates->isEmpty())

No date types configured in system.

@endif