@props(['entry', 'unlocked']) {{-- One vault entry — outline, new-value field, test/save/forget — reusable across every integration section on App\Livewire\Admin\Integrations. Kept as its own component so a section can sit a secret and a plain setting side by side (R20 exception: this is the page, not a table row) without repeating this block per section. Locked and unlocked are two genuinely different renders, not one hidden behind CSS: while locked, nothing about the stored value — not even whether one exists beyond the badge above this component — reaches the page beyond a "gesperrt" note. --}}
{{ $entry['key'] }}
{{ __('secrets.ssh_private_key_hint') }}
@error('entered.'.$entry['field']){{ $message }}
@enderror @else