add log-viewer

This commit is contained in:
TimmensOne
2023-04-03 19:56:13 +02:00
parent 0e750a88d6
commit a9bb17d7bc
11 changed files with 119 additions and 4 deletions

View File

@ -3,4 +3,8 @@
@section('content')
<h1>Welcome</h1>
<a href="/devices">To List</a>
@endsection
<br/>
@can('admin-only')
<a href="/log-viewer">To Log Viewer</a>
@endcan
@endsection