add create device route
This commit is contained in:
5
device-app/resources/views/devices/create.blade.php
Normal file
5
device-app/resources/views/devices/create.blade.php
Normal file
@ -0,0 +1,5 @@
|
||||
@extends('layout')
|
||||
|
||||
@section('content')
|
||||
create
|
||||
@endsection
|
@ -11,4 +11,5 @@
|
||||
@else
|
||||
<p>No devices found</p>
|
||||
@endunless
|
||||
<button><a href="devices/create">Device</a></button>
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user