add basic routes
This commit is contained in:
8
device-app/resources/views/deviceList.blade.php
Normal file
8
device-app/resources/views/deviceList.blade.php
Normal file
@ -0,0 +1,8 @@
|
||||
<h1>Device List</h1>
|
||||
@unless(count($devices) == 0)
|
||||
@foreach($devices as $device)
|
||||
@endforeach
|
||||
|
||||
@else
|
||||
<p>No devices</p>
|
||||
@endunless
|
Reference in New Issue
Block a user