Uploading content
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<div>
|
||||
<a href="" wire:click.prevent = "$dispatch('edit', {productId:{{ $productId }}})">Edit</a>
|
||||
<a href="" wire:click.prevent = "dispatcher({productId: {{ $productId }}})">Details</a>
|
||||
<a href="">Delete</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user