@if (! $usable)
{{ __('secrets.no_key') }}
@endif
@if (! $unlocked)
{{-- The second gate. Being signed in is not enough to read a payment
key: the realistic threat is an unlocked machine, and a session is
exactly what that hands over. --}}
@else
{{-- Test first: a key that is saved and wrong fails later,
somewhere else, usually in front of a customer. Only
where this entry actually has a checker. --}}
@if ($entry['testable'])
{{ __('secrets.test') }}
@endif
{{ __('secrets.save') }}
@if ($entry['source'] === 'stored')
{{ __('secrets.forget') }}
@endif
{{-- The part nobody can see from outside: a key can be
perfectly valid while the endpoint listens for the
wrong events, and nothing fails until a payment goes
unrecorded. --}}