add components button
This commit is contained in:
@@ -2,11 +2,4 @@
|
||||
|
||||
@section('content')
|
||||
<x-device-detail :device="$device" />
|
||||
|
||||
<button><a href="{{$device->device_id}}/edit">Edit</a></button>
|
||||
<form method="POST" action="{{$device->device_id}}">
|
||||
@method('DELETE')
|
||||
@csrf
|
||||
<button>Delete</button>
|
||||
</form>
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user