add new frontend

This commit is contained in:
TimmensOne
2023-04-06 12:17:42 +02:00
parent 50acb5fd41
commit 64c64c001b
18 changed files with 887 additions and 398 deletions

View File

@@ -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 --}}