add new frontend
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
@extends('layout')
|
||||
|
||||
@section('content')
|
||||
<h1>Welcome</h1>
|
||||
<a href="/devices">To List</a>
|
||||
<br/>
|
||||
@can('admin-only')
|
||||
<a href="/log-viewer">To Log Viewer</a>
|
||||
@endcan
|
||||
<h3 class="title is-3 has-text-centered">Welcome</h3>
|
||||
@endsection
|
||||
{{-- @can('admin-only')
|
||||
<a href="/log-viewer">To Log Viewer</a>
|
||||
@endcan --}}
|
||||
|
Reference in New Issue
Block a user