@php $preview = $getState() ?? []; @endphp @if (empty($preview))

No preview available.

@else
@foreach ($preview as $item)
{{ $item['policy_identifier'] ?? 'Policy' }} {{ $item['action'] ?? 'action' }}
{{ $item['policy_type'] ?? 'type' }} • {{ $item['platform'] ?? 'platform' }}
@if (! empty($item['validation_warning']))
{{ $item['validation_warning'] }}
@endif
@endforeach
@endif