@php $meta = is_array($meta ?? null) ? $meta : null; @endphp @if ($meta)
{{ $meta['icon'] ?? '⚠️' }} {{ $meta['status_label'] ?? __('messages.match_status_partial') }}

{{ __('messages.match_score') }}: {{ (int) ($meta['score'] ?? 0) }}%

@if (! empty($meta['top_reason']))

{{ $meta['top_reason'] }}

@endif
@else - @endif