Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function destroy(Karyawan $karyawan)
- {
- File::delete('assets/uploads/'.$karyawan->foto);
- $karyawan->delete();
- Session::flash('pesan','s_hapus');
- return redirect('karyawan');
- }
Advertisement
Add Comment
Please, Sign In to add comment