public static function getDelete() { $id = Input::get('id'); $servico = Servico::find($id); $servico->delete(); return Redirect::to('/servico'); }