Key Dates
@foreach($keyDates as $type)
@can('claims.key-dates.edit') @else {{ isset($dates[$type->id]) && !empty($dates[$type->id]) ? $dates[$type->id] : '—' }} @endcan @if(isset($dates[$type->id]) && !empty($dates[$type->id])) @endif
@endforeach
@if($keyDates->isEmpty())

No date types configured in system.

@endif