Posts by Murilo • 1 point
1 post
-
0
votes4
answers450
viewsA: Laravel "delete does not exist."
In place of action="{{ route('test.destroy', '$test->id') }}" Place action="{{ route('test.destroy', $e) }}" You are passing the entire Collection, when the delete method accepts only one Model…