@if (! $addon['installed'])
@else
{{ __('common.docs') }}
{{-- to: 'addons' — Livewire names App\Livewire\Addons\Index as "addons" (the Index
suffix is dropped for index components), NOT "addons.index". Verified against the
rendered wire:snapshot; "addons.index" silently drops the event. Use $wire.$dispatch
(Livewire), not Alpine's $dispatch, so wire-elements' modal listener receives it. --}}
@endif