async service_update(data) {
    return axios.post('api/services/' + data.id, data).then(response => (response.data))
  }