예제 #1
0
 public function delete($id)
 {
     Profile::destroy($id);
     return redirect(url("/karyawan"));
 }