add create device route

This commit is contained in:
TimmensOne
2023-03-26 11:32:54 +02:00
parent 5baaa66885
commit ab5181068d
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@extends('layout')
@section('content')
create
@endsection

View File

@ -11,4 +11,5 @@
@else
<p>No devices found</p>
@endunless
<button><a href="devices/create">Device</a></button>
@endsection