public function destroy($id) { Point::destroy($id); Session::flash('message', 'Sukses menghapus Nilai'); }