Updated and fixed location delete modal not showing
Updated and fixed location delete modal not showing
This commit is contained in:
parent
3bd9d5890c
commit
42e8982e3f
|
@ -35,8 +35,8 @@
|
||||||
<a href="{{ route('locations.show', $location->id) }}"
|
<a href="{{ route('locations.show', $location->id) }}"
|
||||||
class="text-body mx-1">
|
class="text-body mx-1">
|
||||||
<i class="fas fa-eye" title="view"></i></a>
|
<i class="fas fa-eye" title="view"></i></a>
|
||||||
<i class="fas fa-trash text-danger ms-3" @click="modalForm"
|
<i class="fas fa-trash text-danger ms-3" @click="confirmDeleteModal"
|
||||||
id="btn-{{$location->name}}" title="{{$location->id}}"></i>
|
id="{{$location->id}}" title="{{$location->name}}"></i>
|
||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user