@can('secrets.manage')
{{-- Only where the capability is held: "can open the console"
must not mean "can read the payment key". --}}
{{ __('admin.nav.secrets') }}
@endcan
{{ __('admin.nav.settings') }}
{{-- What is actually deployed, so a bug report names the right
code. `-dev` means somewhere after the release, not on it. --}}
@php $release = App\Services\Deployment\Release::current(); @endphp
{{ $release->label() }}