2023-09-04 09:44:44 +02:00
|
|
|
<x-layout>
|
|
|
|
<x-security.navbar />
|
2023-12-07 19:06:32 +01:00
|
|
|
<a class="text-center hover:no-underline group" href="{{ route('security.private-key.index') }}">
|
2023-09-04 09:44:44 +02:00
|
|
|
<div class="group-hover:text-white">
|
|
|
|
<div>Private Keys</div>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</x-layout>
|