Beispiel #1
0
 public function deleteNot($not_id)
 {
     notification::find($not_id)->delete();
     return redirect()->route('profile');
 }