Advertisement
fadlyshafa

Untitled

Sep 8th, 2019
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. ....
  2. public function delete($id){
  3.         \DB::table('m_buku')->where('id',$id)->delete();
  4.  
  5.         \Session::flash('sukses','Data buku berhasil dihapus');
  6.         return redirect('master/buku');
  7.     }
  8. ....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement