add log-viewer
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user