@props(['status' => '']) {{-- Unobtrusive autosave indicator. "Saving…" shows via wire:loading on the save actions; "Saved"/"Save failed" reflect the last result. Uses aria-live polite so screen readers hear it without noise. --}}
merge(['class' => 'witness-save-status small text-muted d-inline-flex align-items-center gap-1']) }} aria-live="polite"> Saving… @if($status === 'saved') Saved @elseif($status === 'failed') Save failed — retry @endif