Guest User

Untitled

a guest
Mar 2nd, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public function destroy(Student $student)
  2. {
  3. $student->delete();
  4. return redirect()->route('students.index')->with('message','Student has been removed.');
  5. }
Advertisement
Add Comment
Please, Sign In to add comment