basic frontend
This commit is contained in:
@ -1 +1,6 @@
|
||||
<h1>Welcome</h1>
|
||||
@extends('layout')
|
||||
|
||||
@section('content')
|
||||
<h1>Welcome</h1>
|
||||
<a href="/devices">To List</a>
|
||||
@endsection
|
Reference in New Issue
Block a user