Example #1
0
 public function destroy($id)
 {
     Lead::destroy($id);
     return redirect('leads');
 }