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