fix: add navbar for source + keys
This commit is contained in:
9
resources/views/security/index.blade.php
Normal file
9
resources/views/security/index.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<x-layout>
|
||||
<x-security.navbar />
|
||||
<a class="text-center hover:no-underline group"
|
||||
href="{{ route('security.private-key.index')}}">
|
||||
<div class="group-hover:text-white">
|
||||
<div>Private Keys</div>
|
||||
</div>
|
||||
</a>
|
||||
</x-layout>
|
||||
Reference in New Issue
Block a user