basic frontend

This commit is contained in:
TimmensOne
2023-03-24 16:51:30 +01:00
parent 68735a3af7
commit 665916d05f
4 changed files with 62 additions and 20 deletions

View File

@ -1 +1,6 @@
<h1>Welcome</h1>
@extends('layout')
@section('content')
<h1>Welcome</h1>
<a href="/devices">To List</a>
@endsection