Example #1
0
 public function getDelete($id)
 {
     $data = ['status' => Instansi::remove($id)];
     return response()->json($data);
 }