laravel delete confirm link

Solutions on MaxInterview for laravel delete confirm link by the best coders in the world

showing results for - "laravel delete confirm link"
Ida
04 Nov 2016
1<a class="btn btn-danger" onclick="return confirm('Are you sure?')" href="{{route('city-delete', $result->my_id)}}"><i class="fa fa-trash"></i></a>
2