Captured with this version on {{ $version->captured_at->format('M d, Y H:i') }}
{{ count($version->assignments) }} assignment(s) @php $hasOrphaned = $version->metadata['has_orphaned_assignments'] ?? false; @endphp @if($hasOrphaned) (includes orphaned groups) @endif
Assignments were not captured for this version.
@php $hasBackupItem = $version->policy->backupItems() ->whereNotNull('assignments') ->where('created_at', '<=', $version->captured_at) ->exists(); @endphp @if($hasBackupItem)💡 Assignment data may be available in related backup items.
@endif