laravel implente yes/no confirmation for delete resource code example
Example 1: laravel delete confirm link
<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>
Example 2: confirm popup laravel
return confirm