Updated and fixed location delete modal not showing

Updated and fixed location delete modal not showing
This commit is contained in:
cp6 2022-11-08 11:17:06 +11:00
parent 3bd9d5890c
commit 42e8982e3f

View File

@ -35,8 +35,8 @@
<a href="{{ route('locations.show', $location->id) }}"
class="text-body mx-1">
<i class="fas fa-eye" title="view"></i></a>
<i class="fas fa-trash text-danger ms-3" @click="modalForm"
id="btn-{{$location->name}}" title="{{$location->id}}"></i>
<i class="fas fa-trash text-danger ms-3" @click="confirmDeleteModal"
id="{{$location->id}}" title="{{$location->name}}"></i>
</form>
</td>
</tr>